net/_includes/article_list.html

5 lines
254 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>
2022-12-15 14:39:17 -05:00
<a href="{{ post.url | relative_path }}" class="u-url p-name">{{post.title}}</a>
</article>