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:
Alan Orth 2016-11-20 12:14:46 +02:00
parent f6e262f05e
commit abfc8ad15c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
translation: "Начало"
- id: readMore
translation: "Вижте още"
translation: "Вижте още"
- id: translations
translation: "Преводи"

View File

@ -8,7 +8,7 @@
translation: "Letzte Beiträge"
- id: readMore
translation: "Weiterlesen"
translation: "Weiterlesen"
- id: translations
translation: "Übersetzungen"

View File

@ -8,7 +8,7 @@
translation: "Recent Posts"
- id: readMore
translation: "Read more"
translation: "Read more"
- id: translations
translation: "Translations"

View File

@ -8,7 +8,7 @@
translation: "Свежие записи"
- id: readMore
translation: "Читать далее"
translation: "Читать далее"
- id: translations
translation: "Переводы"

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