feat: old posts banners

This commit is contained in:
Cory Dransfeldt 2024-01-10 14:08:10 -08:00
parent 6e0f47f18f
commit 7d9d1ca3d2
No known key found for this signature in database
7 changed files with 42 additions and 13 deletions

View file

@ -6,9 +6,9 @@ pagination:
size: 8
---
{% for link in links %}
<article class="h-entry">
<article class="h-entry" data-pagefind-body>
<a class="no-underline" href="{{ link.url }}">
<h2 class="flex--centered">{{ link.title }}</h2>
<h2 class="flex--centered" data-pagefind-meta="title">{{ link.title }}</h2>
</a>
<time class="dt-published" datetime="{{ link.date }}">
{{ link.date | date: "%m.%Y" }}