diff --git a/layouts/configs/single.html b/layouts/configs/single.html new file mode 100644 index 0000000..58cf484 --- /dev/null +++ b/layouts/configs/single.html @@ -0,0 +1,24 @@ +{{ define "main" }} + +
+

+ {{ .Title }} + +

+
+

+ {{ .Title }} + +

+ {{ .Content }} +
+
+
+ Table of Contents + {{ .TableOfContents }} +
+ + +
+
+{{ end }}