diff options
author | Prefetch | 2020-04-06 19:39:09 +0200 |
---|---|---|
committer | Prefetch | 2020-04-06 19:39:09 +0200 |
commit | 91f46a8893c7902573f5bbc4277b49ff9fd82e7c (patch) | |
tree | a3d933bd6b8d3f4c3daa65f1c8122bb4803d2e32 /templates | |
parent | 9560b33e6f66b11578efb43f5cccde1fc8bedf76 (diff) |
Change folder structure and clean up
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index eca6bb2..a8e95d3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,12 +4,13 @@ <meta charset="utf-8"> <title>{% block title %}{{ config.title }}{% endblock title %}</title> <link rel="stylesheet" href="/main.css"> +<link rel="icon" href="data:,"> </head> <body> <div class="nav"> <div class="navl"><a href="/">PREFETCH</a></div> <div class="navr"> -<a href="/articles/">Articles</a> <a href="/software/">Software</a> +<a href="/blog/">blog</a> <a href="/code/">code</a> </div> </div> <hr> @@ -17,6 +18,6 @@ {% block content %}{{ section.content | safe }}{% endblock content %} </div> <hr> -© "Prefetch". Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>. +© "Prefetch". Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>. </body> </html> |