From 121d324a7d7f8d68926b05d574bcc92b00228af0 Mon Sep 17 00:00:00 2001 From: thomasba Date: Tue, 1 Jan 2019 13:44:32 +0100 Subject: [PATCH] Fehler behoben --- archetypes/photos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archetypes/photos.md b/archetypes/photos.md index 4c86d9f..cf73b59 100644 --- a/archetypes/photos.md +++ b/archetypes/photos.md @@ -2,7 +2,7 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true -thumbnail: /img/photos/{{ .Name }}-2016.jpg +thumbnail: /img/photos/{{ .Name }}.jpg --- {{< gallery dir="/img/photos/{{ .Name }}" hover-effect="none" caption-position="none" />}} {{< load-photoswipe >}}