diff --git a/config.toml b/config.toml index 1c91fcf..9cf03d8 100644 --- a/config.toml +++ b/config.toml @@ -5,3 +5,10 @@ build_search_index = false [markdown] highlight_code = false + +[extra] +nav = [ + {title = "Index", path = "/"}, + {title = "About", path = "/about/"}, + {title = "All posts", path = "/posts/"} +] diff --git a/templates/index.html b/templates/index.html index 5e9043c..da84c39 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,9 +11,9 @@