mirror of https://gitlab.com/curben/blog
4 lines
182 B
Plaintext
4 lines
182 B
Plaintext
|
<a href="<%- url_for(post.path) %>" class="<%= class_name %>">
|
||
|
<time datetime="<%= date_xml(post.date) %>" itemprop="datePublished"><%= date(post.date, date_format) %></time>
|
||
|
</a>
|