mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Add toc to most template pages
This commit is contained in:
@@ -12,7 +12,7 @@ draft: false
|
||||
slug:
|
||||
aliases: [/content/types]
|
||||
toc: true
|
||||
notesforauthors:
|
||||
needsreview: true
|
||||
---
|
||||
|
||||
Hugo provides full support for sites with multiple content types. A **content type** can have a unique set of metadata (i.e., [front matter][]) or customized [template][] and can be created by the `hugo new` command via content [archetypes][].
|
||||
|
||||
@@ -9,9 +9,8 @@ weight:
|
||||
tags: [lists,sections]
|
||||
categories: [templates]
|
||||
draft: false
|
||||
slug:
|
||||
aliases: [/templates/list/]
|
||||
toc: false
|
||||
toc: true
|
||||
needsreview: true
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user