{{ .Params.teaser }}
{{i18n "topics"}}
-
- {{ range . }}
+ {{ range . -}}
{{ $page := $site.GetPage (printf "/topics/%s" .) }}
- {{ $page.Title }} - {{ end }} + {{- end }}
diff --git a/archetypes/default.md b/archetypes/default.md index edf3f0c..6563468 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -8,7 +8,7 @@ topics: [] date: {{ .Date }} author: draft: false -weight: 10 +weight: 50 --- ### First Headline diff --git a/i18n/de.yaml b/i18n/de.yaml index 6a508f9..96a88e5 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -5,6 +5,9 @@ about: other: Über uns +articles: + other: Artikel + author: other: Autor diff --git a/i18n/en.yaml b/i18n/en.yaml index fe94c38..20acdfb 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -5,6 +5,9 @@ about: other: About +articles: + other: Articles + author: other: Author @@ -27,6 +30,12 @@ domain: next: other: Next +pages: + other: Pages + +posts: + other: Posts + prev: other: Previous diff --git a/layouts/_default/single.html b/layouts/_default/single.html index d26b0ae..255450f 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -10,13 +10,13 @@
- {{ end }} + {{- end }}