From c9d674bb19352f096f576147748afba3b9f7bab3 Mon Sep 17 00:00:00 2001 From: Joone Hur Date: Sat, 23 Mar 2024 20:28:42 -0700 Subject: [PATCH] Subject: Update post link to use a relative URL Body: The link in the post template was updated to use a relative URL, which is more appropriate for the current context. This change will ensure that the link works correctly regardless of the page it's being viewed on. --- src/posts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts.js b/src/posts.js index 1623ca35..46bf13d0 100644 --- a/src/posts.js +++ b/src/posts.js @@ -18,7 +18,7 @@ const posthtml = data => `
- Go back home + Go back home