diff --git a/content/about/index.md b/content/about/index.md index 62f15c4..527a8e9 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -8,11 +8,4 @@ heroBackground: 'images/unsplash/claudio-schwarz-WKWcvKj1uko-unsplash.jpg' layout: 'photocredit' --- -{{ with .Resources.ByType "image" }} -{{ range . }} -{{ .RelPermalink }} -{{ end }} -{{ end }} - - -Quellen der verwendeten Fotos: +## Die verwendeten Fotos mit Quellenangabe: diff --git a/layouts/_default/photocredit.html b/layouts/_default/photocredit.html index 870587c..718aa54 100644 --- a/layouts/_default/photocredit.html +++ b/layouts/_default/photocredit.html @@ -4,12 +4,11 @@ {{ define "main" }} {{ partial "hero-image-setheight.html" (dict "background" .Params.heroBackground "heading" .Params.heroHeading "subheading" .Params.heroSubHeading "section" .Section "content" .)}} -