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>
|
||||
|
@@ -2,7 +2,7 @@
|
||||
title: "Junos ZTP with Dnsmasq DHCP in OPNsense"
|
||||
date: "2025-08-14"
|
||||
layout: "post.njk"
|
||||
tags: "posts"
|
||||
tags: "general"
|
||||
description: "Stop configuring your new lab devices manually!"
|
||||
excerpt: "Stop configuring your new lab devices manually! This guide will show you how to 'Zero Touch' provision Junos devices!"
|
||||
sitemapPriority: 0.8
|
||||
|
@@ -2,7 +2,7 @@
|
||||
title: "My First Blog Post"
|
||||
date: "2025-08-05"
|
||||
layout: "post.njk"
|
||||
tags: "posts"
|
||||
tags: "general"
|
||||
description: "First post made using Eleventy!"
|
||||
excerpt: Made using Eleventy!
|
||||
sitemapPriority: 0.5
|
||||
|
Reference in New Issue
Block a user