1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-24 21:20:17 +01: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:
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: "Начало" translation: "Начало"
- id: readMore - id: readMore
translation: "Вижте още" translation: "Вижте още"
- id: translations - id: translations
translation: "Преводи" translation: "Преводи"

View File

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

View File

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

View File

@ -8,7 +8,7 @@
translation: "Свежие записи" translation: "Свежие записи"
- id: readMore - id: readMore
translation: "Читать далее" translation: "Читать далее"
- id: translations - id: translations
translation: "Переводы" 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> <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> </header>
{{ .Summary }} {{ .Summary }}
<a href='{{ .Permalink }}'>{{ i18n "readMore" }}</a> <a href='{{ .Permalink }}'>{{ i18n "readMore" }}</a>
</article> <!-- /.blog-post --> </article> <!-- /.blog-post -->