mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-09-01 17:27:34 -05:00
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:
@@ -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"
|
||||||
|
@@ -13,6 +13,6 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<div class="summary-card-readmore">
|
<div class="summary-card-readmore">
|
||||||
<a href="{{ .Permalink }}">{{ i18n "read_more" }} →</a>
|
<a href="{{ .Permalink }}">{{ i18n "see_posts" }} →</a>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
Reference in New Issue
Block a user