Dynamic link to blog page

This commit is contained in:
adilallo
2025-09-05 08:20:28 -06:00
parent 93182e6c2d
commit 5e83655f49
5 changed files with 845 additions and 69 deletions
+3 -3
View File
@@ -2,7 +2,7 @@ import ContentThumbnailTemplate from "../components/ContentThumbnailTemplate";
// Mock blog post data for testing
const mockPost1 = {
slug: "test-post-1",
slug: "resolving-active-conflicts",
frontmatter: {
title: "Resolving Active Conflicts",
description:
@@ -13,7 +13,7 @@ const mockPost1 = {
};
const mockPost2 = {
slug: "test-post-2",
slug: "operational-security-mutual-aid",
frontmatter: {
title: "Operational Security for Mutual Aid",
description:
@@ -24,7 +24,7 @@ const mockPost2 = {
};
const mockPost3 = {
slug: "test-post-3",
slug: "making-decisions-without-hierarchy",
frontmatter: {
title: "Making decisions without hierarchy",
description: