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:
parent
f6e262f05e
commit
abfc8ad15c
@ -5,7 +5,7 @@
|
|||||||
translation: "Начало"
|
translation: "Начало"
|
||||||
|
|
||||||
- id: readMore
|
- id: readMore
|
||||||
translation: "Вижте още"
|
translation: "Вижте още →"
|
||||||
|
|
||||||
- id: translations
|
- id: translations
|
||||||
translation: "Преводи"
|
translation: "Преводи"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
translation: "Свежие записи"
|
translation: "Свежие записи"
|
||||||
|
|
||||||
- id: readMore
|
- id: readMore
|
||||||
translation: "Читать далее"
|
translation: "Читать далее →"
|
||||||
|
|
||||||
- id: translations
|
- id: translations
|
||||||
translation: "Переводы"
|
translation: "Переводы"
|
||||||
|
@ -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 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user