From 54c8c67e12a998b33eb508a80b458cade35a2864 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 30 Apr 2022 22:09:28 +0200 Subject: Add custom content types --- layouts/drama/single.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 layouts/drama/single.html (limited to 'layouts/drama/single.html') diff --git a/layouts/drama/single.html b/layouts/drama/single.html new file mode 100644 index 0000000..0609384 --- /dev/null +++ b/layouts/drama/single.html @@ -0,0 +1,7 @@ +{{ define "main" }} +
+

{{ .Title }}

+ + {{ .Content }} +
+{{ end }} -- cgit v1.2.3