diff --git a/config.toml b/config.toml index 2cb3492..e519dc6 100644 --- a/config.toml +++ b/config.toml @@ -8,3 +8,7 @@ description = "" default_language = "en" [extra] +nav = [ + {title = "Index", path = "/"}, + {title = "About", path = "/about/"} +] diff --git a/static/style.css b/static/style.css index 4d67c8f..8c4d389 100644 --- a/static/style.css +++ b/static/style.css @@ -23,3 +23,8 @@ header { font-weight: bold; font-size: 1.5em; } + +aside ul { + list-style-type: none; + padding: 0; +} diff --git a/templates/index.html b/templates/index.html index 826bbe9..d87f5f6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,6 +14,11 @@ {{ config.title }}
{% block content %}