6 lines
222 B
Plaintext
Executable File
6 lines
222 B
Plaintext
Executable File
<% if(post.thumbnail && post.thumbnail.length){ %>
|
|
<a title='<%- post.title %>' href='<%- url_for(post.link || post.path) %>'>
|
|
<img class='thumbnail' src='<%- post.thumbnail %>' itemprop="image">
|
|
</a>
|
|
<% } %>
|