diff --git a/themes/nluug/layouts/evenementen/event-talk.html b/themes/nluug/layouts/evenementen/event-talk.html
index 9bfca0d..e4f2277 100644
--- a/themes/nluug/layouts/evenementen/event-talk.html
+++ b/themes/nluug/layouts/evenementen/event-talk.html
@@ -2,21 +2,20 @@
{{ with .Title }}
{{ . }}
{{ end }}
{{ .Content }}
- {{ if .Params.presentation }}
- Presentatie
- {{ if .Params.presentation.filename }}
- Presentatie
+ {{ if .Params.presentation.filename }}
+ Presentatie
+ {{ if findRE `.pdf$` .Params.presentation.filename 1 }}
+ {{ partial "show-svg-icon.html" (dict "context" . "icon" "file-pdf") }}
{{ end }}
+ Presentatie
{{ end }}
- {{ if .Params.recording }}
- Opname
+ {{ if .Params.recording.url }}
+ Opname
{{ if .Params.recording.platform }}
{{ if eq .Params.recording.platform "youtube" }}{{ partial "show-svg-icon.html" (dict "context" . "icon" "youtube") }}{{ end }}
{{ end }}
- {{ if .Params.recording.url }}
- Bekijk opname
- {{ end }}
+ Bekijk opname
{{ end }}
{{ end }}