From ff936c3905d5032e4fb281267f73248a83f0f85d Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Wed, 15 Feb 2017 21:55:25 +0800 Subject: [PATCH] Fix title --- docs/_layouts/default.html | 2 +- docs/documentation.md | 4 ++++ docs/index.md | 4 ---- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 03f0fc568..f81b02f70 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -21,7 +21,7 @@ - SpaceVim - {{ page.title | default: site.description }} + {{ page.title | default: Home }} - SpaceVim diff --git a/docs/documentation.md b/docs/documentation.md index abb99cc42..a21b8b4a9 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -1,3 +1,7 @@ +--- +title: "Documentation" +--- + # SpaceVim Documentation --- diff --git a/docs/index.md b/docs/index.md index 8f199d70d..90c721db4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,3 @@ ---- -title: "A community-driven Vim distribution" ---- - # Introduction