adding block_author
This commit is contained in:
parent
49d80eda95
commit
daa73c9c75
1 changed files with 5 additions and 0 deletions
5
block_author.html
Normal file
5
block_author.html
Normal file
|
@ -0,0 +1,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>
|
||||
<<a rel="me" class="u-email email" href="mailto:{{ post.author.email }}">{{ post.author.email }}</a>>
|
||||
</p>
|
Loading…
Reference in a new issue