about summary refs log tree commit diff
path: root/blog.node5.net/templates/article.html
diff options
context:
space:
mode:
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' %}