From d22775c1090066521702359ab4ba2e2046e6d535 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Tue, 21 Nov 2023 16:05:03 +0800 Subject: [PATCH] Fixed the archive URL when a site is set to a subpath refs https://github.com/TryGhost/Source/issues/28 - when the archive page links to a relative path, the URL doesn't work when a site set to a subpath - this makes the archive page URL absolute --- partials/components/post-list.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partials/components/post-list.hbs b/partials/components/post-list.hbs index aca328d..f883fb0 100644 --- a/partials/components/post-list.hbs +++ b/partials/components/post-list.hbs @@ -115,7 +115,7 @@ {{#match pagination.pages ">" 1}}
- See all {{> "icons/arrow"}} + See all {{> "icons/arrow"}}
{{/match}}