_includes/signoff.html in jekyll-theme-omega-0.2.5 vs _includes/signoff.html in jekyll-theme-omega-0.2.6
- old
+ new
@@ -1,7 +1,7 @@
<div class="post-author text-center">
<img src="{{site.url}}{{ site.baseurl }}/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>
+ By <span itemprop="name" class="fn"><a href="{{ site.url }}{{ site.baseurl }}/about" title="About {{ site.author.name }}" itemprop="url">{{ site.author.name }}</a></span>
</h4>
<p>{{ site.author.description }}</p>
</div>