diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-05 16:14:06 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-05 16:14:21 +0200 |
| commit | 143d651348ef774e2a9ea8395b6c42bb30d6024d (patch) | |
| tree | c81ccf05062f66f68f7cdc6fd93f41e06ae6fbca /layouts/guide | |
| parent | 7e526844f0bed3e12d595c75e802010991aa746b (diff) | |
Took a guide layout from zacoons and comfy.guide website
Diffstat (limited to 'layouts/guide')
| -rw-r--r-- | layouts/guide/single.html | 7 |
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 |
