diff --git a/layouts/videos/list.html b/layouts/videos/list.html new file mode 100644 index 0000000..2ba6960 --- /dev/null +++ b/layouts/videos/list.html @@ -0,0 +1,14 @@ +{{ define "main" }} + {{ .Content }} + +
+ {{ range .Pages }} +
+ + Thumbnail of {{ .Title }} +

{{ .Title }}

+
+
+ {{ end }} +
+{{ end }}