diff options
author | Prefetch | 2020-04-05 01:01:15 +0200 |
---|---|---|
committer | Prefetch | 2020-04-05 01:01:15 +0200 |
commit | 9560b33e6f66b11578efb43f5cccde1fc8bedf76 (patch) | |
tree | d1d2f1b3de1fa7eb3605a9d71c18564e3771a05b /templates | |
parent | da6db3495c66cc78d2630d1317b1b9b4bc40f981 (diff) |
Redesign with both light and dark themes
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/index.html b/templates/index.html index 18b833a..eca6bb2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,11 +6,11 @@ <link rel="stylesheet" href="/main.css"> </head> <body> -<div class="navbar"> -<div class="navitem navhome"><b><a href="/">PREFETCH</a></b></div> -{% for s in config.extra.sections %} -<div class="navitem"><a href="{{ s.url | safe }}">{{ s.name | safe }}</a></div> -{% endfor %} +<div class="nav"> +<div class="navl"><a href="/">PREFETCH</a></div> +<div class="navr"> +<a href="/articles/">Articles</a> <a href="/software/">Software</a> +</div> </div> <hr> <div class="content"> |