diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2014-05-01 22:32:12 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2014-05-01 22:32:12 +0200 |
commit | 85b369bb35ab4b99c83ee9db7e7a9afac17050cd (patch) | |
tree | ab18da524ba03c52de83aace953bace17502cc8b /theme/templates/base.html | |
parent | e7b1d8b488c0a61c04a6bdae817020e1b3014356 (diff) |
Update css for https
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 %} |