Readd video on post-preview
This commit is contained in:
parent
daa0bcb0e5
commit
6b969c5e2d
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@
|
|||
{{ if .Params.image }}
|
||||
<img src="{{ .Params.image }}" alt="{{ .Title }}" class="img-title" />
|
||||
{{ end }}
|
||||
{{ if .Params.video }}
|
||||
<video src="{{ .Params.video }}" loop autoplay muted playsinline class="img-title" />
|
||||
{{ end }}
|
||||
</a>
|
||||
|
||||
<p class="post-meta">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue