Update post.html

This commit is contained in:
Andrew Banchich 2016-08-26 00:12:15 +00:00
parent 16e8d55714
commit 8e2e0766c7

View file

@ -22,7 +22,7 @@
<header class="major">
<h1>{{ post.title }}</h1>
</header>
<span class="image main"><img src="{{ post.image }}" alt="" /></span>
<span class="image main"><img src="{{ site.baseurl }}{{ post.image }}" alt="" /></span>
<p>{{ content }}</p>
</div>
</section>