summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-05 16:14:06 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-05 16:14:21 +0200
commit143d651348ef774e2a9ea8395b6c42bb30d6024d (patch)
treec81ccf05062f66f68f7cdc6fd93f41e06ae6fbca
parent7e526844f0bed3e12d595c75e802010991aa746b (diff)
Took a guide layout from zacoons and comfy.guide website
-rw-r--r--layouts/guide/single.html7
1 files changed, 7 insertions, 0 deletions
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"}}
+<article>
+ <h2>Table of Contents</h2>
+ {{.TableOfContents}}
+ {{.Content}}
+</article>
+{{end}} \ No newline at end of file