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

@ -1,3 +1,3 @@
<img src="{{ site.owner.avatar }}" class="bio-photo" alt="{{ site.owner.name }} bio photo" width="100" height="100"></a>
<img src="{{ site.url }}/images/{{ site.owner.avatar }}" class="bio-photo" alt="{{ site.owner.name }} bio photo" width="100" height="100"></a>
<h4>{{ site.owner.name }}</h4>
<p>{{ site.owner.bio }}</p>