From 452f899090b16bd9111864b7085d3700b512ec85 Mon Sep 17 00:00:00 2001 From: Rayjun0525 <92503959+Rayjun0525@users.noreply.github.com> Date: Fri, 5 May 2023 21:18:02 +0900 Subject: [PATCH] Fix See all posts button link Fix for 404 errors in see all posts if the default URL is not root. Add a baseURL variable to the link in the button. --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index b48612b8..af3997a8 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -17,7 +17,7 @@