From 6e7d948ea975a4a980c8db316aa15f876ba3fb69 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 5 Jun 2023 20:09:55 +0200 Subject: [PATCH] Toevoegen optie om presentatie te linken --- themes/nluug/layouts/evenementen/event-talk.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/themes/nluug/layouts/evenementen/event-talk.html b/themes/nluug/layouts/evenementen/event-talk.html index 6f58584..9bfca0d 100644 --- a/themes/nluug/layouts/evenementen/event-talk.html +++ b/themes/nluug/layouts/evenementen/event-talk.html @@ -2,9 +2,17 @@ {{ with .Title }}

{{ . }}

{{ end }}
{{ .Content }}
+ {{ if .Params.presentation }} +

Presentatie

+ {{ if .Params.presentation.filename }} + Presentatie + {{ end }} + {{ end }} + {{ if .Params.recording }} +

Opname

{{ if .Params.recording.platform }} - {{ if eq .Params.recording.platform "youtube" }}{{ partial "show-svg-icon.html" (dict "context" . "icon" "youtube" "iconsize" "64") }}{{ end }} + {{ if eq .Params.recording.platform "youtube" }}{{ partial "show-svg-icon.html" (dict "context" . "icon" "youtube") }}{{ end }} {{ end }} {{ if .Params.recording.url }} Bekijk opname