Fix base url

This commit is contained in:
Michael Rose
2013-05-24 11:37:44 -04:00
parent fe92ba4b1c
commit 6ac94c6ab4
10 changed files with 16 additions and 17 deletions

View File

@ -14,7 +14,7 @@
{% include navigation.html %}
{% if page.image.feature %}<div class="image-wrap">
<img src="/images/{{ page.image.feature }}" alt="{{ page.title }} feature image">
<img src="{{ site.url }}/images/{{ page.image.feature }}" alt="{{ page.title }} feature image">
</div><!-- /.image-wrap -->{% endif %}
<div id="main" role="main" itemscope itemtype="http://schema.org/BlogPosting">