From c718a079865cc9c8ea42003431be147be9bfb46e Mon Sep 17 00:00:00 2001 From: Sébastien Dailly <sebastien@chimrod.com> Date: Tue, 13 May 2014 22:14:13 +0200 Subject: Update article on navit --- theme/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme/templates/base.html') 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