all repos — nasg @ daa73c9c75d2696c177f3158098c1f600f225c03

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="{{ post.author.avatar }}" alt="Photo of {{ post.author.name }}" />
    <a class="fn p-name url u-url u-uid" href="{{ post.author.url }}">{{ post.author.name }}</a>
    &lt;<a rel="me" class="u-email email" href="mailto:{{ post.author.email }}">{{ post.author.email }}</a>&gt;
</p>