From 9b2509c0d5f9cec51a4cb9633450dbf340d6a173 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Mon, 1 Sep 2025 01:43:01 -0500 Subject: [PATCH] Change "Read more" to "See posts" on author summary card I never noticed this; you can read more of an article, but it doesn't really make any sense to "Read more" on an author. --- i18n/en.yaml | 2 ++ layouts/authors/summary.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/i18n/en.yaml b/i18n/en.yaml index a483e10..8880d55 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -48,6 +48,8 @@ post_count: # Navigation read_more: other: "Read more" +see_posts: + other: "See posts" related_posts: other: "Related Posts" diff --git a/layouts/authors/summary.html b/layouts/authors/summary.html index 02603fa..69e9d33 100644 --- a/layouts/authors/summary.html +++ b/layouts/authors/summary.html @@ -13,6 +13,6 @@ {{ end }}
- {{ i18n "read_more" }} → + {{ i18n "see_posts" }} →