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