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.
This commit is contained in:
2025-09-01 01:43:01 -05:00
parent c02ceb2dc4
commit 9b2509c0d5
2 changed files with 3 additions and 1 deletions

View File

@@ -48,6 +48,8 @@ post_count:
# Navigation # Navigation
read_more: read_more:
other: "Read more" other: "Read more"
see_posts:
other: "See posts"
related_posts: related_posts:
other: "Related Posts" other: "Related Posts"

View File

@@ -13,6 +13,6 @@
{{ end }} {{ end }}
<div class="summary-card-readmore"> <div class="summary-card-readmore">
<a href="{{ .Permalink }}">{{ i18n "read_more" }} &rarr;</a> <a href="{{ .Permalink }}">{{ i18n "see_posts" }} &rarr;</a>
</div> </div>
</article> </article>