Eerste opmaak van talks
This commit is contained in:
parent
49ff9a64c3
commit
1307f1d10e
14
themes/nluug/layouts/evenementen/event-talk.html
Normal file
14
themes/nluug/layouts/evenementen/event-talk.html
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{{ define "main" }}
|
||||||
|
{{ with .Title }}<h1>{{ . }}</h1>{{ end }}
|
||||||
|
<div>{{ .Content }}</div>
|
||||||
|
|
||||||
|
{{ if .Params.recording }}
|
||||||
|
{{ if .Params.recording.platform }}
|
||||||
|
{{ if eq .Params.recording.platform "youtube" }}{{ partial "show-svg-icon.html" (dict "context" . "icon" "youtube" "iconsize" "64") }}{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
{{ if .Params.recording.url }}
|
||||||
|
<a href="{{ .Params.recording.url }}">Bekijk opname</a>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ end }}
|
Reference in a new issue