about summary refs log tree commit diff
path: root/blog.node5.net/templates/article.html
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-09-25 23:07:45 +0200
committeruser@node5.net <user@node5.net>2025-09-25 23:07:45 +0200
commit83f461c2ee691007e6c8a08d878f4abaae1803f4 (patch)
treee9d16387808530b6456841f1f31404ce1610621e /blog.node5.net/templates/article.html
parent0bb054b23547e150a2795314ae246d7479e23f4d (diff)
Article meta data dates bottom, icons
Diffstat (limited to 'blog.node5.net/templates/article.html')
-rw-r--r--blog.node5.net/templates/article.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/blog.node5.net/templates/article.html b/blog.node5.net/templates/article.html
index 1164eb6..da3b668 100644
--- a/blog.node5.net/templates/article.html
+++ b/blog.node5.net/templates/article.html
@@ -3,7 +3,6 @@
 {% block head %}
 	{{ super() }}
 	<link rel="stylesheet" type="text/css" href="/article.css">
-	<link rel="stylesheet" type="text/css" href="/devicons.css">
 {% endblock %}
 {% block content %}
 	<h1 class="inline">{{ article.name }}</h1> {% include 'article_meta_data.html' %}