diff options
author | hyang <hyang@hyang.xyz> | 2024-09-13 21:59:17 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2024-09-13 21:59:17 -0700 |
commit | 5de2d072ef1824f9511a74b2cec82e833d959d7f (patch) | |
tree | 1e5c25bc9bd81c083c2b27d5ee69b58f226d5125 /hugo.toml | |
parent | 0e8d36757874d673920ac85dcf443ec8c998b90f (diff) |
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -28,9 +28,13 @@ home = [ "HTML", "RSS", "JSON" ] url = "/posts" weight = 1 [[menu.main]] + name = "Hall of Shame" + url = "/hall_of_shame" + weight = 2 + [[menu.main]] name = "Search" url = "/search" - weight = 2 + weight = 3 [[params.socialIcons]] name = "email" |