2025-02-08 03:18:24 +00:00

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>
<% } %>