C_TA_Website/themes/landscape/layout/_partial/post/date.ejs
2020-10-30 13:59:49 +08:00

3 lines
No EOL
181 B
Text

<a href="<%- url_for(post.path) %>" class="<%= class_name %>">
<time datetime="<%= date_xml(post.date) %>" itemprop="datePublished"><%= date(post.date, date_format) %></time>
</a>