From da209f34ce34eb6b8c4d2b3256a02eb23ad9f655 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 30 Apr 2023 00:45:55 +0000 Subject: [PATCH] /links: fix places/lore/media/quotes links hopefully a short-term fix: would be better to place these under /links/ instead --- content/links.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/links.md b/content/links.md index b74085e..debed35 100644 --- a/content/links.md +++ b/content/links.md @@ -3,8 +3,8 @@ template = "static.html" title = "Other Things You Might Enjoy" +++ -- [places](./places) -- [lore](./lore) -- [media](./media) -- [quotes](./quotes) +- [places](../places/) +- [lore](../lore/) +- [media](../media/) +- [quotes](../quotes/)