diff --git a/layouts/shortcodes/datengarten-infobox.html b/layouts/shortcodes/datengarten-infobox.html index 7eadb65..e10c69d 100644 --- a/layouts/shortcodes/datengarten-infobox.html +++ b/layouts/shortcodes/datengarten-infobox.html @@ -1,5 +1,9 @@
+{{ if isset .Page.Params "speaker_url" }}
+ {{ .Page.Params.Speaker }}
+{{ else }}
{{ .Page.Params.Speaker }}
+{{ end }}
{{ dateFormat "02.01.2006, 15:04" .Page.Params.Event_date }} Uhr
{{ .Page.Params.Language }}
{{ partial "location" .Page.Params.Location }}
diff --git a/layouts/shortcodes/series.html b/layouts/shortcodes/series.html
index 822230d..a6238c4 100644
--- a/layouts/shortcodes/series.html
+++ b/layouts/shortcodes/series.html
@@ -12,7 +12,11 @@