all repos — nasg @ daa73c9c75d2696c177f3158098c1f600f225c03

adding block_author
Peter Molnar hello@petermolnar.eu
Thu, 17 Aug 2017 11:34:11 +0000
commit

daa73c9c75d2696c177f3158098c1f600f225c03

parent

49d80eda9544039fb25336868a5875f3dff42664

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
A block_author.html

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