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