mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
parent
db554148c0
commit
84011f418d
@ -10,6 +10,9 @@ other = "Neuste {{.Title }}"
|
|||||||
[readMore]
|
[readMore]
|
||||||
other = "weiterlesen"
|
other = "weiterlesen"
|
||||||
|
|
||||||
|
[by]
|
||||||
|
other = "Von"
|
||||||
|
|
||||||
[whatsInThis]
|
[whatsInThis]
|
||||||
other = "Was ist in dieser {{ .Type }}"
|
other = "Was ist in dieser {{ .Type }}"
|
||||||
|
|
||||||
|
@ -10,6 +10,9 @@ other = "Recent {{.Title }}"
|
|||||||
[readMore]
|
[readMore]
|
||||||
other = "read more"
|
other = "read more"
|
||||||
|
|
||||||
|
[by]
|
||||||
|
other = "By"
|
||||||
|
|
||||||
[whatsInThis]
|
[whatsInThis]
|
||||||
other = "What's in this {{ .Type }}"
|
other = "What's in this {{ .Type }}"
|
||||||
|
|
||||||
|
@ -10,6 +10,9 @@ other = "{{.Title }} recientes"
|
|||||||
[readMore]
|
[readMore]
|
||||||
other = "Leer más"
|
other = "Leer más"
|
||||||
|
|
||||||
|
[by]
|
||||||
|
other = "Por"
|
||||||
|
|
||||||
[whatsInThis]
|
[whatsInThis]
|
||||||
other = "Qué hay en este {{ .Type }}"
|
other = "Qué hay en este {{ .Type }}"
|
||||||
|
|
||||||
|
@ -10,6 +10,9 @@ other = "{{.Title }} récents"
|
|||||||
[readMore]
|
[readMore]
|
||||||
other = "lire plus"
|
other = "lire plus"
|
||||||
|
|
||||||
|
[by]
|
||||||
|
other = "Par"
|
||||||
|
|
||||||
[whatsInThis]
|
[whatsInThis]
|
||||||
other = "Ce qui est dans {{ .Type }}"
|
other = "Ce qui est dans {{ .Type }}"
|
||||||
|
|
||||||
|
@ -10,6 +10,9 @@ other = "Recenti {{.Title }}"
|
|||||||
[readMore]
|
[readMore]
|
||||||
other = "leggi di più"
|
other = "leggi di più"
|
||||||
|
|
||||||
|
[by]
|
||||||
|
other = "Da"
|
||||||
|
|
||||||
[whatsInThis]
|
[whatsInThis]
|
||||||
other = "Cosa c'è in {{ .Type }}"
|
other = "Cosa c'è in {{ .Type }}"
|
||||||
|
|
||||||
|
@ -10,6 +10,9 @@ other = "{{.Title }} Recentes"
|
|||||||
[readMore]
|
[readMore]
|
||||||
other = "Leia mais"
|
other = "Leia mais"
|
||||||
|
|
||||||
|
[by]
|
||||||
|
other = "por"
|
||||||
|
|
||||||
[whatsInThis]
|
[whatsInThis]
|
||||||
other = "O que há neste {{ .Type }}"
|
other = "O que há neste {{ .Type }}"
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
</h1>
|
</h1>
|
||||||
{{ with .Params.author | default .Site.Params.author }}
|
{{ with .Params.author | default .Site.Params.author }}
|
||||||
<p class="tracked">
|
<p class="tracked">
|
||||||
By <strong>
|
{{ i18n "by" }} <strong>
|
||||||
{{ if reflect.IsSlice . }}
|
{{ if reflect.IsSlice . }}
|
||||||
{{ delimit . ", " | markdownify }}
|
{{ delimit . ", " | markdownify }}
|
||||||
{{else}}
|
{{else}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user