Updating to make blog work

This commit is contained in:
Timothy Rogers 2021-08-29 17:55:47 -04:00
parent c5892a5972
commit 8d9671e2f0
3 changed files with 34 additions and 2 deletions

View file

@ -10,4 +10,10 @@ sectionPagesMenu = "main"
name = "Home"
title = "home"
weight = "10"
url = "/"
url = "/"
[[menu.main]]
identifier = "posts"
name = "Blog"
title = "posts"
weight = "20"
url = "/posts/"