all repos — nasg @ 4a0982d3e2bb94c610cc10e1fa77a24c50e26d3a

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>
    &lt;<a rel="me" class="u-email email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a>&gt;
</p>