aboutsummaryrefslogtreecommitdiffstats
path: root/syte/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'syte/templates/base.html')
-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 }}" />