Public Access
1
0

fix: update tags from 'posts' to 'general' in blog post metadata

This commit is contained in:
2025-08-24 18:25:40 -04:00
parent 5c2c48f1cd
commit f5c1dcb9c8
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ eleventyExcludeFromCollections: true
<h1 class="text-4xl font-bold text-white mb-8 section-title">All Posts</h1>
<div class="space-y-8">
{%- for post in collections.posts | reverse -%}
{%- for post in collections.general | reverse -%}
<div class="card">
<h2 class="text-2xl font-bold">
<a href="{{ post.url }}" class="text-blue-400 hover:underline">{{ post.data.title }}</a>