fix: update eleventy collections
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.general | reverse -%}
|
||||
{%- for post in collections.blog | reverse -%}
|
||||
{%- set draft = post.data.draft %}
|
||||
{%- if not draft %}
|
||||
<div class="card">
|
||||
|
Reference in New Issue
Block a user