summaryrefslogtreecommitdiff
path: root/base.html
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-04-25 14:02:48 +0200
committerHelmut Grohne <helmut@subdivi.de>2013-04-25 14:02:48 +0200
commita463f39d0cfa0a692191154bb323d9e41c21c444 (patch)
tree7dd953a915cb4afb4219213d604215970c1a4e90 /base.html
parent793f9a8d1b9accb7379544e4bda36e2185ab2ea5 (diff)
downloaddebian-dedup-a463f39d0cfa0a692191154bb323d9e41c21c444.tar.gz
move css to /style.css
Diffstat (limited to 'base.html')
-rw-r--r--base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/base.html b/base.html
index ca36e71..5ec3893 100644
--- a/base.html
+++ b/base.html
@@ -1,6 +1,7 @@
<html>
<head>
<title>{% block title %}{% endblock %}</title>
+ <link rel="stylesheet" type="text/css" href="{{ urlroot|e }}/style.css">
{% block header %}{% endblock %}
</head>
<body>