summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html5
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>&emsp;<a href="/software/">Software</a>
+<a href="/blog/">blog</a>&emsp;<a href="/code/">code</a>
</div>
</div>
<hr>
@@ -17,6 +18,6 @@
{% block content %}{{ section.content | safe }}{% endblock content %}
</div>
<hr>
-&copy; &quot;Prefetch&quot;. &nbsp; Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
+&copy; &quot;Prefetch&quot;. Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
</body>
</html>