changed header and footers

This commit is contained in:
2026-03-21 16:05:02 +00:00
parent ab0408fb36
commit d2c910748c
13 changed files with 208 additions and 184 deletions

View File

@@ -20,7 +20,7 @@
<section>
<h2>Recent posts</h2>
{% for post in posts | filter(attribute="draft", value=false) | sort(attribute="created") | reverse | slice(end=5) %}
<div class="bg-surface p-4 mt-4 border-2 border-base-alt rounded-md shadow-lg">
<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>