blag/themes/indigo/exampleSite/content/adding-menu-items.md
2020-04-11 22:25:33 -04:00

9 lines
345 B
Markdown

---
title: "Adding Page Items"
menu: "main"
draft: false
---
Indigo supports adding a simple navigation-style menu items across the top of the site. To do so, simply add a `menu: "main"` entry in your page's front matter (TOML format shown).
If no date is included in the front matter, then the published date won't be shown (as in this page).