Skip to content

Commit 465aef1

Browse files
committed
hugo.toml: Tags instead of posts in navbar
It makes way more sense for how this theme works to have a link to 'tags' in the navbar instead of 'posts'.
1 parent e2eab11 commit 465aef1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hugo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ pagination.pagerSize = 5
9999
# name = "AnItem"
100100

101101
[[languages.en.menu.main]]
102-
identifier = "posts"
103-
name = "Posts"
104-
url = "/posts"
102+
identifier = "tags"
103+
name = "Tags"
104+
url = "/tags"
105105
weight = 1
106106

107107
[[languages.en.menu.main]]

0 commit comments

Comments
 (0)