commit 335e03fde88129c4b2f0a643f38440c9fdaece44
parent 8deb94ce0a262b06e0562390c451ad5af50c93e1
Author: FIGBERT <figbert@figbert.com>
Date: Sun, 16 Aug 2020 19:35:51 -0700
:wrench: Remove about page and capitalize nav links
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/config.toml b/config.toml
@@ -28,10 +28,9 @@ languages = [
# Put all your custom variables here
[extra]
nav = [
- { name = "Home", path = "/" },
- { name = "Posts", path = "/posts/" },
- { name = "Projects", path = "/projects/" },
- { name = "About", path = "/about/" },
+ { name = "HOME", path = "/" },
+ { name = "POSTS", path = "/posts/" },
+ { name = "PROJECTS", path = "/projects/" },
]
icon = "404.png"