Rename posts to blog

This commit is contained in:
Anthony Wang 2021-10-13 22:24:57 -05:00
parent f13dffc9b6
commit a24f4d94a8
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76
2 changed files with 4 additions and 4 deletions

View file

@ -5,10 +5,10 @@ theme = 'gokarna'
[menu]
[[menu.main]]
identifier = 'posts'
name = 'Posts'
url = '/posts/'
pre = '<span data-feather="message-circle"></span>'
identifier = 'blog'
name = 'Blog'
url = '/blog/'
pre = '<span data-feather="book"></span>'
weight = 1
[[menu.main]]
identifier = 'projects'