diff options
Diffstat (limited to 'layouts/guide')
| -rw-r--r-- | layouts/guide/single.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layouts/guide/single.html b/layouts/guide/single.html new file mode 100644 index 0000000..f1eca27 --- /dev/null +++ b/layouts/guide/single.html @@ -0,0 +1,14 @@ +{{ define "main" }} +{{ with .Params.icon }} +<img src="{{ . }}" class="icon"> +{{ end }} +{{ if .Params.deprecated }} +<br> +<blockquote class="deprecated"> + <p>I don't like this guide. I just leave it in case, avoid using it.</p> +</blockquote> +{{ end }} +<h2>Table of Contents</h2> +{{ .TableOfContents }} +{{- .Content }} +{{ end }} |
