mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-20 06:43:09 +00:00
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
This commit is contained in:
parent
7e81971b46
commit
ae1de7abb1
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
lastmod: 2015-12-30
|
|
||||||
date: 2015-09-12T10:40:31+02:00
|
date: 2015-09-12T10:40:31+02:00
|
||||||
title: Tools
|
title: Tools
|
||||||
weight: 120
|
weight: 120
|
|
@ -1,4 +1,7 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
|
{{ with .Content }}
|
||||||
|
{{ . }}
|
||||||
|
{{ end }}
|
||||||
<ul style="margin-top: 20px">
|
<ul style="margin-top: 20px">
|
||||||
{{ range .Data.Pages }}
|
{{ range .Data.Pages }}
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in a new issue