1
0
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:
2016-11-20 12:14:46 +02:00
parent f6e262f05e
commit abfc8ad15c
5 changed files with 5 additions and 5 deletions

View File

@ -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 -->