new article: nix and layout changes

This commit is contained in:
2026-03-23 21:56:09 +00:00
parent 84cdcf5c48
commit c6f0107bed
10 changed files with 670 additions and 11 deletions

View File

@@ -23,8 +23,8 @@
<div class="bg-surface p-4 mt-4 border-2 border-base-alt rounded-xl shadow-lg">
<div class="flex flex-col">
<h3 class="mt-0! text-text-alt"><a class="no-underline! hover:underline! hover:decoration-dashed" href="{{ post.permalink }}">{{ post.title }}</a></h3>
<time class="text-dark-grey dark:text-grey" datetime="{{ post.created }}">{{ post.created | date(format="%B %e, %Y") }}</time>
<span class="text-sm text-grey italic">{{ post.description }}</span>
<span class="text-sm text-grey italic">{{ post.description }}</span>
<time class="text-dark-grey dark:text-grey" datetime="{{ post.created }}">{{ post.created | date(format="%B %e, %Y") }}, By {{ post.authors[0] }}</time>
</div>
<div class="flex flex-col">
<p>