aboutsummaryrefslogtreecommitdiffstats
path: root/syte/templates
diff options
context:
space:
mode:
authorjamesbeebop <jamesbeebop@gmail.com>2012-12-29 20:22:26 -0500
committerjamesbeebop <jamesbeebop@gmail.com>2012-12-29 20:22:26 -0500
commit0515b40255724fe55835295743293d97627bf2c0 (patch)
treebccf493ec56e4ef042a81164dc5d67c27a022520 /syte/templates
parente4c896d1f5c0b093537e8f162df75484573d1d2c (diff)
downloadpelican-themes-0515b40255724fe55835295743293d97627bf2c0.tar.gz
Update syte/templates/base.html
Added {{ SITE_URL }} to the stylesheet link reference
Diffstat (limited to 'syte/templates')
-rw-r--r--syte/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/syte/templates/base.html b/syte/templates/base.html
index fe42127..852a7a5 100644
--- a/syte/templates/base.html
+++ b/syte/templates/base.html
@@ -9,7 +9,7 @@
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
{% assets filters="cssmin", output="css/styles.min.css", "css/styles.css", "css/pygments.css" %}
- <link rel="stylesheet" href="{{ ASSET_URL }}">
+ <link rel="stylesheet" href="{{ SITE_URL }}/{{ ASSET_URL }}">
{% endassets %}
<link rel="shortcut icon" type="image/png" href="{{ GRAVATAR }}" />