💄 new design (with microformats)

This commit is contained in:
2022-05-26 21:57:21 -04:00
parent 7029850f65
commit bc4063d2ae
12 changed files with 77 additions and 73 deletions

View File

@ -1,4 +1,4 @@
<article class="list">
<time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>{{ post.date | date: "%B %d" }}</time>
<a href="{{ post.url }}">{{post.title}}</a>
<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>