From 85b369bb35ab4b99c83ee9db7e7a9afac17050cd Mon Sep 17 00:00:00 2001 From: Sébastien Dailly <sebastien@chimrod.com> Date: Thu, 1 May 2014 22:32:12 +0200 Subject: Update css for https --- theme/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme/templates') 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 %} -- cgit v1.2.3