aboutsummaryrefslogtreecommitdiffstats
path: root/templates/aggregator/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/aggregator/base.html')
-rw-r--r--templates/aggregator/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/aggregator/base.html b/templates/aggregator/base.html
index bae8fda..66ea7c0 100644
--- a/templates/aggregator/base.html
+++ b/templates/aggregator/base.html
@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>ryuslash</title>
- <link href="/static/main.css" type="text/css" rel="stylesheet" />
+ <link href="/static/main.css" rel="stylesheet" />
<link rel="shortcut icon" href="/static/favicon.png" />
{% block head %}{% endblock %}
</head>