Link post.hbs author to new author profile page, add icons to meta data

This commit is contained in:
John O'Nolan
2014-07-21 19:52:45 +02:00
parent 48164cc3cd
commit 91ca337fe6
2 changed files with 24 additions and 10 deletions

View File

@ -24,12 +24,12 @@
<a class="subscribe icon-feed" href="{{@blog.url}}/rss/"><span class="tooltip">Subscribe!</span></a>
<section class="author">
<h4>{{author.name}}</h4>
<h4><a href="{{@blog.url}}/author/{{author.slug}}">{{author.name}}</a></h4>
<p>{{author.bio}}</p>
<ul class="author-meta clearfix">
{{#if author.location}}<li>{{author.location}}</li>{{/if}}
{{#if author.website}}<li><a href="{{author.website}}">{{author.website}}</a></li>{{/if}}
</ul>
<div class="author-meta">
{{#if author.location}}<span class="author-location"><i class="icon-location"></i> {{author.location}}</span>{{/if}}
{{#if author.website}}<span class="author-link"><i class="icon-link"></i> <a href="{{author.website}}">{{author.website}}</a></span>{{/if}}
</div>
</section>
<section class="share">