commit 35d657a565bf7366c191f2237e5544b83da5a2fa parent 1093497bc995016233aa876452aa3e979672be94 Author: Frederic Cambus <fred@statdns.com> Date: Mon, 9 Apr 2018 23:16:28 +0200 Move about page to index Diffstat:
D | examples/pages/about.yaml | | | 3 | --- |
R | examples/pages/about.md -> examples/pages/index.md | | | 0 | |
A | examples/pages/index.yaml | | | 4 | ++++ |
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/examples/pages/about.yaml b/examples/pages/about.yaml @@ -1,3 +0,0 @@ -title: About -description: '' -keywords: '' diff --git a/examples/pages/about.md b/examples/pages/index.md diff --git a/examples/pages/index.yaml b/examples/pages/index.yaml @@ -0,0 +1,4 @@ +title: About +description: '' +keywords: '' +url: '/'