mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02: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:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user