| i18n/ar.toml | ●●●●● patch | view | raw | blame | history | |
| i18n/de.toml | ●●●●● patch | view | raw | blame | history | |
| i18n/dk.toml | ●●●●● patch | view | raw | blame | history | |
| i18n/en.toml | ●●●●● patch | view | raw | blame | history | |
| i18n/es.toml | ●●●●● patch | view | raw | blame | history | |
| i18n/fa.toml | ●●●●● patch | view | raw | blame | history | |
| i18n/fi.toml | ●●●●● patch | view | raw | blame | history | |
| i18n/fr.toml | ●●●●● patch | view | raw | blame | history | |
| i18n/it.toml | ●●●●● patch | view | raw | blame | history | |
| i18n/ja.toml | ●●●●● patch | view | raw | blame | history | |
| i18n/ko.toml | ●●●●● patch | view | raw | blame | history | |
| i18n/pt-PT.toml | ●●●●● patch | view | raw | blame | history | |
| i18n/pt-br.toml | ●●●●● patch | view | raw | blame | history | |
| i18n/zh-cn.toml | ●●●●● patch | view | raw | blame | history | |
| i18n/zh-tw.toml | ●●●●● patch | view | raw | blame | history | |
| layouts/partials/series.html | ●●●●● patch | view | raw | blame | history |
i18n/ar.toml
@@ -44,3 +44,6 @@ [update] other = "تحديث" [series_posts] other = "المشاركات في هذه السلسلة" i18n/de.toml
@@ -47,3 +47,6 @@ [update] other = "Aktualisierung" [series_posts] other = "Beiträge in dieser Serie" i18n/dk.toml
@@ -43,3 +43,6 @@ [update] other = "Opdatering" [series_posts] other = "Indlæg i denne serie" i18n/en.toml
@@ -47,3 +47,6 @@ [update] other = "Update" [series_posts] other = "Posts in this series" i18n/es.toml
@@ -43,3 +43,6 @@ [update] other = "Actualizar" [series_posts] other = "Publicaciones en esta serie" i18n/fa.toml
@@ -43,3 +43,6 @@ [update] other = "به روز رسانی" [series_posts] other = "پست های این مجموعه" i18n/fi.toml
@@ -43,3 +43,6 @@ [update] other = "Päivitys" [series_posts] other = "Viestit tässä sarjassa" i18n/fr.toml
@@ -43,3 +43,6 @@ [update] other = "mettre à jour" [series_posts] other = "Articles dans cette série" i18n/it.toml
@@ -43,3 +43,6 @@ [update] other = "Aggiorna" [series_posts] other = "Messaggi di questa serie" i18n/ja.toml
@@ -43,3 +43,6 @@ [update] other = "更新" [series_posts] other = "このシリーズの投稿" i18n/ko.toml
@@ -47,3 +47,6 @@ [update] other = "업데이트" [series_posts] other = "이 시리즈의 게시물" i18n/pt-PT.toml
@@ -47,3 +47,6 @@ [update] other = "Atualizar" [series_posts] other = "Postagens nesta série" i18n/pt-br.toml
@@ -43,3 +43,6 @@ [update] other = "Atualizar" [series_posts] other = "Postagens nesta série" i18n/zh-cn.toml
@@ -43,3 +43,6 @@ [update] other = "更新" [series_posts] other = "这个系列的帖子" i18n/zh-tw.toml
@@ -43,3 +43,6 @@ [update] other = "關於" [series_posts] other = "這個系列的帖子" layouts/partials/series.html
@@ -1,7 +1,7 @@ {{ $related := where .Site.RegularPages ".Params.series" "intersect" .Params.series }} <h3>Posts in this Series</h3> <h3>{{ i18n "series_posts" }}</h3> <ul> {{ range $related }} <li><a href="{{ .Page.RelPermalink }}">{{ title .Page.Title }}</a></li>