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>

View File

@@ -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

View File

@@ -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