From 8788ae1a7074f175fa8fd8b6c541a96e771b9e36 Mon Sep 17 00:00:00 2001 From: lew Date: Sat, 7 Feb 2026 03:03:28 +0000 Subject: [PATCH] feat: really horrendously include the drakkenheim map in my private posts --- www/src/content | 2 +- www/src/pages/private/index.astro | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/www/src/content b/www/src/content index 6991c24..8164fcc 160000 --- a/www/src/content +++ b/www/src/content @@ -1 +1 @@ -Subproject commit 6991c244e27de06a2a1c0d1d5c7de3b19cb8cf65 +Subproject commit 8164fcc2d60e88b50032fb44eda087d9943a0756 diff --git a/www/src/pages/private/index.astro b/www/src/pages/private/index.astro index 7a3c721..f9e3703 100644 --- a/www/src/pages/private/index.astro +++ b/www/src/pages/private/index.astro @@ -6,6 +6,7 @@ import { requireAdminSession } from '../../lib/auth'; import Layout from '../../layouts/Layout.astro'; import { formatListItem } from '../../lib/format'; import { organizePostsByCategory, getSlug, enrichPostsWithDates } from '../../lib/md'; +import map from '../../content/md/dnd/drakkenheim/map.jpg'; const { session, error } = await requireAdminSession(Astro.request); if (error) return error; @@ -19,6 +20,8 @@ const { grouped, categories: sortedCategories } = organizePostsByCategory(posts,

logged in as {session.user?.name} sign out

+Drakkenheim map + {sortedCategories.length === 0 ? (

nothing here

) : (