templates/block_author.html (view raw)
1 2 3 4 5 |
<p class="p-author h-card vcard">
<img class="photo avatar u-photo u-avatar" src="{{ site.author.avatar }}" alt="Photo of {{ site.author.name }}" />
<a class="fn p-name url u-url u-uid" href="{{ site.author.url }}">{{ site.author.name }}</a>
<<a rel="me" class="u-email email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a>>
</p>
|