diff --git a/config.toml b/config.toml index 3c0c787..7989223 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,9 @@ languageCode = 'de-de' paginate = 3 title = 'kontakt – Das Kulturprojekt' +[imaging] + resampleFilter = "Lanczos" + [menu] [[menu.footer]] name = "Impressum" diff --git a/layouts/galerie/section.html b/layouts/galerie/section.html index 1b73648..3ec62f3 100644 --- a/layouts/galerie/section.html +++ b/layouts/galerie/section.html @@ -5,7 +5,7 @@ {{ range .Pages }} {{ with index (.Resources.ByType "image") 0 }} - {{ .Title }} + {{ .Title }} {{ end }}

{{ .Title }}

diff --git a/layouts/galerie/single.html b/layouts/galerie/single.html index 19a372d..df37045 100644 --- a/layouts/galerie/single.html +++ b/layouts/galerie/single.html @@ -3,7 +3,7 @@ {{ .Content }} {{ end }} diff --git a/layouts/index.html b/layouts/index.html index 5b80d5f..99c1d1b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -31,7 +31,7 @@ {{ range first 4 (.Site.GetPage "/galerie").Pages }} {{ with index (.Resources.ByType "image") 0 }} - {{ .Title }} + {{ .Title }} {{ end }}

{{ .Title }}