diff options
Diffstat (limited to 'layouts/guide/single.html')
| -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 |
