net/_includes/article_list.html
2022-12-15 14:39:17 -05:00

5 lines
254 B
HTML

<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 | relative_path }}" class="u-url p-name">{{post.title}}</a>
</article>