Testing with mime type
This commit is contained in:
parent
7e7b236ec3
commit
e94deb658c
1 changed files with 1 additions and 3 deletions
|
@ -27,9 +27,7 @@
|
|||
|
||||
{{ if .Params.recording.embed.link }}
|
||||
<h2>Opname</h2>
|
||||
<video width="640" controls>
|
||||
<source src="{{ .Params.recording.embed.link }}">
|
||||
</video>
|
||||
<video width="640" controls src="{{ .Params.recording.embed.link }}"{{ with .Params.recording.embed.type }} type="{{ . }}"{{ end }}></video>
|
||||
<p>Directe link naar video indien video niet of niet volledig werkt (b.v. geen audio): <a href="{{ .Params.recording.embed.link }}">{{ .Title }}</a></p>
|
||||
{{ else if .Params.recording.url }}
|
||||
<h2>Opname</h2>
|
||||
|
|
Loading…
Reference in a new issue