summaryrefslogtreecommitdiff
path: root/layouts/guide/single.html
blob: 6d1c347d189f0233a40772bf26f64c8ed97c3be8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{ define "main" }}
{{ with .Params.icon }}
<img src="/guide/icon/{{ . }}" 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 }}