Skip to content

Commit

Permalink
fix: compatibility with hugo 0.128.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jul 10, 2024
1 parent 33ecefb commit fbcce1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ summaryLength = 300
weight = 2
[[menu.main]]
name = '✏️ Articles'
pageRef = '/articles'
pageRef = '/categories/articles'
weight = 3
[[menu.main]]
name = '📸 Photos'
pageRef = '/photos'
pageRef = '/categories/photos'
weight = 4
[[menu.main]]
name = '📖 Guestbook'
Expand Down

0 comments on commit fbcce1e

Please sign in to comment.