Extend Theme
This commit is contained in:
parent
7239b2c45e
commit
0cf0202035
29 changed files with 802 additions and 169 deletions
|
@ -1,6 +1,12 @@
|
|||
{{- $video := .video }}
|
||||
{{- $odd := .odd }}
|
||||
<div id="{{ $video.id }}" class="section {{if eq $odd 0}} section-even {{end}}">
|
||||
{{- $id := "video"}}
|
||||
{{if $video.id}}
|
||||
{{- $id := $video.id}}
|
||||
{{else if .id}}
|
||||
{{- $id := .id }}
|
||||
{{end}}
|
||||
<div id="{{ $id }}" class="section {{if eq $odd 0}} section-even {{end}}">
|
||||
<div class="section-content">
|
||||
<div class="videoWrapper">
|
||||
{{ if eq $video.video.type "mp4"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue