Public Access
1
0

fix: update eleventy collections

This commit is contained in:
2025-08-30 13:01:36 -04:00
parent 0a646e4a24
commit efaf7e0da1
4 changed files with 20 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.general | reverse -%}
{%- for post in collections.blog | reverse -%}
{%- set draft = post.data.draft %}
{%- if not draft %}
<div class="card">