summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2014-05-01 22:32:12 +0200
committerSébastien Dailly <sebastien@chimrod.com>2014-05-01 22:32:12 +0200
commit85b369bb35ab4b99c83ee9db7e7a9afac17050cd (patch)
treeab18da524ba03c52de83aace953bace17502cc8b
parente7b1d8b488c0a61c04a6bdae817020e1b3014356 (diff)
Update css for https
-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 %}