This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
mystic/themes/hueman/layout/common/post/author.ejs
2018-09-03 17:41:16 +10:00

6 lines
168 B
Plaintext

<% if (post.authorId) { %>
<div class="article-author">
<a href="<%- config.root %><%- 'author/' + post.authorId %>"><%= post.author.name %></a>
</div>
<% } %>