From 577561a18da2965d498b7488c95a85e0d193d0c7 Mon Sep 17 00:00:00 2001 From: jvanderstelt <64100709+jvanderstelt@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:09:50 -0400 Subject: [PATCH 1/2] Update post-list.hbs added slash to page/2 --- partials/components/post-list.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/partials/components/post-list.hbs b/partials/components/post-list.hbs index 013591ee..f0a77125 100644 --- a/partials/components/post-list.hbs +++ b/partials/components/post-list.hbs @@ -80,7 +80,7 @@ {{#match pagination.pages ">" 1}}
- See all {{> "icons/arrow"}} + See all {{> "icons/arrow"}}
{{/match}} @@ -120,4 +120,4 @@ {{/if}} - \ No newline at end of file + From 63363aba90fbc75534042033e3395e856750728f Mon Sep 17 00:00:00 2001 From: Cathy Sarisky <42299862+cathysarisky@users.noreply.github.com> Date: Wed, 4 Mar 2026 22:26:56 -0500 Subject: [PATCH 2/2] Apply suggestion from @cathysarisky --- 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 d885a9f3..9fb8e71c 100644 --- a/partials/components/post-list.hbs +++ b/partials/components/post-list.hbs @@ -80,7 +80,7 @@ {{#match pagination.pages ">" 1}}
- See all {{> "icons/arrow"}} + {{t "See all"}} {{> "icons/arrow"}}
{{/match}}