diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2014-05-13 22:14:13 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2014-05-13 22:14:13 +0200 |
commit | c718a079865cc9c8ea42003431be147be9bfb46e (patch) | |
tree | 56eaaea4a166e4d2a8e51f93a01f76ae84188fc3 /theme/templates/base.html | |
parent | d6eb187e0b4d6c558d9069c64c77699fd8b5043d (diff) |
Update article on navit
Diffstat (limited to 'theme/templates/base.html')
-rwxr-xr-x | theme/templates/base.html | 2 |
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 %} |