_includes/signoff.html in jekyll-theme-omega-0.1.6 vs _includes/signoff.html in jekyll-theme-omega-0.1.7
- old
+ new
@@ -1,7 +1,7 @@
<div class="post-author text-center">
- <img src="{{site.url}}/images/{{ site.author.picture }}" alt="{{ site.author.name }}'s photo" itemprop="image" class="post-avatar img-circle img-responsive" />
+ <img src="{{site.url}}/assets/images/{{ site.author.picture }}" alt="{{ site.author.name }}'s photo" itemprop="image" class="post-avatar img-circle img-responsive" />
<h4 class="bordered-bottom vcard author" itemprop="author" itemscope itemtype="http://schema.org/Person">
By <span itemprop="name" class="fn"><a href="{{ site.url }}/about" title="About {{ site.author.name }}" itemprop="url">{{ site.author.name }}</a></span>
</h4>
<p>{{ site.author.description }}</p>
-</div>
\ No newline at end of file
+</div>