From 252a9652b1947abb44d05b4f2dcaf57e45918129 Mon Sep 17 00:00:00 2001
From: Aria <hello@buymymojo.net>
Date: Sun, 11 May 2025 22:45:16 +1000
Subject: [PATCH] Link to gallery from the directory

---
 src/pages/directory.astro | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/pages/directory.astro b/src/pages/directory.astro
index 4a197cb..435139b 100644
--- a/src/pages/directory.astro
+++ b/src/pages/directory.astro
@@ -12,6 +12,7 @@ const pageTitle = "A bunch of other pages!";
         <p>Here are some other pages I have for various reasons!</p>
 
         <ul class=" list-disc px-8">
+            <li><a href="/albums">Albums and Gallerys</a></li>
             <li><a href="/jxl-testing">JpegXL Decoder Test</a></li>
             <li><a href="/other buttons">Extra 88x31 buttons</a></li>
             <li><a href="/extreme-format-test">Goofy video format test</a></li>