nasg/block_author.html

6 lines
367 B
HTML
Raw Normal View History

2017-08-17 12:34:11 +01:00
<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>