diff --git a/config.toml b/config.toml index 0ba7103..200dbd5 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,8 @@ smart_punctuation = true git = "https://git.filiprojek.cz/fr/website" nav_items = [ {name="Home", path="/"}, - #{name="About", path="/about"}, - #{name="Projects", path="/projects/"}, + {name="About", path="/about"}, + {name="Projects", path="/projects/"}, + {name="Posts", path="/posts"} ]