Public Access
1
0

updated blog page

This commit is contained in:
2025-08-07 14:45:30 -04:00
parent d802fe2271
commit 5401b75361
3 changed files with 15 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ layout: "layout.njk"
<div class="space-y-8">
{%- for post in collections.posts | reverse -%}
<div class="card">
<h2 class="text-2xl font-bold mb-2">
<h2 class="text-2xl font-bold">
<a href="{{ post.url }}" class="text-blue-400 hover:underline">{{ post.data.title }}</a>
</h2>
<p class="text-gray-400 mb-4">