From ae1de7abb1ec233770606eec954b4ad735eae85b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 20 Nov 2016 19:36:24 +0100 Subject: [PATCH] docs: Make the tools content page a section page Because it is the right solution and it the avoids naming conflict with section vs page. Updates #2297 --- docs/content/tools/{index.md => _index.md} | 1 - docs/layouts/_default/list.html | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) rename docs/content/tools/{index.md => _index.md} (99%) diff --git a/docs/content/tools/index.md b/docs/content/tools/_index.md similarity index 99% rename from docs/content/tools/index.md rename to docs/content/tools/_index.md index 4a36d8d24..6bbaa5fea 100644 --- a/docs/content/tools/index.md +++ b/docs/content/tools/_index.md @@ -1,5 +1,4 @@ --- -lastmod: 2015-12-30 date: 2015-09-12T10:40:31+02:00 title: Tools weight: 120 diff --git a/docs/layouts/_default/list.html b/docs/layouts/_default/list.html index 69da36437..f2b122c40 100644 --- a/docs/layouts/_default/list.html +++ b/docs/layouts/_default/list.html @@ -1,4 +1,7 @@ {{ define "main" }} +{{ with .Content }} +{{ . }} +{{ end }}