Add listing of all videos

pull/5/head
parent 58b993367a
commit 44b1466840
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -0,0 +1,14 @@
{{ define "main" }}
{{ .Content }}
<div class="row">
{{ range .Pages }}
<div class="col-sm-4">
<a href="{{ .Permalink }}">
<img class="img-fluid img-thumbnail rounded" src="{{ .Params.thumbnail }}" alt="Thumbnail of {{ .Title }}" />
<h4>{{ .Title }}</h4>
</a>
</div>
{{ end }}
</div>
{{ end }}
Loading…
Cancel
Save