aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2014-05-13 22:14:13 +0200
committerSébastien Dailly <sebastien@chimrod.com>2014-05-13 22:14:13 +0200
commitc718a079865cc9c8ea42003431be147be9bfb46e (patch)
tree56eaaea4a166e4d2a8e51f93a01f76ae84188fc3 /theme
parentd6eb187e0b4d6c558d9069c64c77699fd8b5043d (diff)
Update article on navit
Diffstat (limited to 'theme')
-rwxr-xr-xtheme/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html
index 59e4619..7024c58 100755
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -4,7 +4,7 @@
<head>
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="stylesheet" href="{{ SITEURL }}/theme/css/{{ CSS_FILE }}" type="text/css" />
+ <link rel="stylesheet" href="/theme/css/{{ CSS_FILE }}" type="text/css" />
<link href="{{ SITEURL }}/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} - Flux ATOM" />
{% if tag %}
{% if TAG_FEED_ATOM %}