Update syte/templates/base.html

Added {{ SITE_URL }} to the stylesheet link reference
This commit is contained in:
jamesbeebop
2012-12-29 20:22:26 -05:00
parent e4c896d1f5
commit 0515b40255

View File

@@ -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 }}" />