From 04bede3d3f1a657dc2956d27eca885fbb97e3416 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 25 Jul 2024 21:14:13 +0200 Subject: [PATCH] fix: update link paths to relative URLs in post listings Switched from absolute to relative permalinks to ensure more flexible navigation and better support for different environments (clearnet/.onion). This change prevents broken links in environments where the site domain may differ. --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 2f216c0..d1b2c69 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -8,7 +8,7 @@