mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-05-10 06:26:00 +02:00
Make "→" in "Read more" part of the i18n strings
Eventually I'd like to support right-to-left languages like Arabic and we'd need the arrow to point the other way for that.
This commit is contained in:
@ -6,5 +6,5 @@
|
||||
<p class="blog-post-meta"><time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format $dateFormat }}</time> by {{ .Params.author | default .Site.Params.author }}{{ if or (.Params.categories) (.Params.tags) }} in {{ partial "meta-terms.html" . }}{{ end }}</p>
|
||||
</header>
|
||||
{{ .Summary }}
|
||||
<a href='{{ .Permalink }}'>{{ i18n "readMore" }} →</a>
|
||||
<a href='{{ .Permalink }}'>{{ i18n "readMore" }}</a>
|
||||
</article> <!-- /.blog-post -->
|
||||
|
Reference in New Issue
Block a user