fix: update tags from 'posts' to 'general' in blog post metadata
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user