You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
252 B

<%
if (post.author == undefined) {
post.author = theme.meta.author;
}
%>
<div class='new-meta-item author'>
<a href="<%- post.author.url %>" rel="nofollow">
<img src="<%- post.author.avatar %>">
<p><%- post.author.name %></p>
</a>
</div>