From 143d651348ef774e2a9ea8395b6c42bb30d6024d Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 5 Oct 2025 16:14:06 +0200 Subject: Took a guide layout from zacoons and comfy.guide website --- layouts/guide/single.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 layouts/guide/single.html (limited to 'layouts') diff --git a/layouts/guide/single.html b/layouts/guide/single.html new file mode 100644 index 0000000..6efdfe0 --- /dev/null +++ b/layouts/guide/single.html @@ -0,0 +1,7 @@ +{{define "main"}} +
+

Table of Contents

+ {{.TableOfContents}} + {{.Content}} +
+{{end}} \ No newline at end of file -- cgit v1.2.3