diff options
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 7024c58..59e4619 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="/theme/css/{{ CSS_FILE }}" type="text/css" /> + <link rel="stylesheet" href="{{ SITEURL }}/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 %} |