diff --git a/i18n/de.yaml b/i18n/de.yaml index f9d4ffc..0b9a1c3 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -1,5 +1,5 @@ # -# de.yaml 2022-01-06 +# de.yaml 2022-01-08 # about: @@ -20,6 +20,9 @@ articles-in-section: author: other: Autor +backlinks: + other: Verlinkte Seiten + child-articles: other: Untergeordnete Artikel diff --git a/i18n/en.yaml b/i18n/en.yaml index 3796bb7..aaf1cf0 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,5 +1,5 @@ # -# en.yaml 2022-01-06 +# en.yaml 2022-01-08 # about: @@ -20,6 +20,9 @@ articles-in-section: author: other: Author +backlinks: + other: Backlinks + child-articles: other: Child Articles diff --git a/layouts/partials/list-item.html b/layouts/partials/list-item.html index 56a0edb..785407c 100644 --- a/layouts/partials/list-item.html +++ b/layouts/partials/list-item.html @@ -1,6 +1,10 @@ -{{ range . -}} +{{ range $idx, $page := . -}}