Merge pull request #88 from meleu/patch-2

This commit is contained in:
Jacky Zhao
2022-04-03 17:57:46 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ Hugo is picky when it comes to metadata for files. Make sure that your title is
title: "Example Title"
tags:
- example-tag
disableToc: true # do not show a table of contents on this page if enabled
enableToc: false # do not show a table of contents on this page
---
Rest of your content here...