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