aboutsummaryrefslogtreecommitdiffstats
path: root/syte
diff options
context:
space:
mode:
authorjames <james.bryant@elizabetharden.com>2012-12-29 20:20:35 -0500
committerjames <james.bryant@elizabetharden.com>2012-12-29 20:20:35 -0500
commitc6ba7b228b1fcb86ab4f15922a65439dd160c4bf (patch)
treed40d257e512866632efb49ec52f6b89e5808c6b1 /syte
parente4c896d1f5c0b093537e8f162df75484573d1d2c (diff)
downloadpelican-themes-c6ba7b228b1fcb86ab4f15922a65439dd160c4bf.zip
pelican-themes-c6ba7b228b1fcb86ab4f15922a65439dd160c4bf.tar.gz
pelican-themes-c6ba7b228b1fcb86ab4f15922a65439dd160c4bf.tar.bz2
Modified templates/base.html, added {{ SITE_URL }} to the CSS reference link
Diffstat (limited to 'syte')
-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..cbb0432 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 }}" />