net/_includes/article_list.html

5 lines
238 B
HTML
Raw Normal View History

2022-05-26 21:57:21 -04:00
<article class="h-entry">
<time class="dt-published" datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>{{ post.date | date: "%B %d" }}</time>
<a href="{{ post.url }}" class="u-url p-name">{{post.title}}</a>
</article>