diff options
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" |