Initial Commit
This commit is contained in:
parent
bdbb15e52e
commit
c20d262f7c
26 changed files with 1006 additions and 0 deletions
12
layouts/partials/video.html
Normal file
12
layouts/partials/video.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
{{- $video := .Site.Params.video }}
|
||||
<div id="video" class="section">
|
||||
<div class="section-content">
|
||||
<div class="videoWrapper">
|
||||
{{ if eq $video.type "mp4"}}
|
||||
<video class="video" controls>
|
||||
<source src="{{ $video.url }}" type="video/mp4">
|
||||
</video>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue