summaryrefslogtreecommitdiffstats
path: root/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/tip.html
blob: 139e3376bc67d0884953f5733113ac8bbf84cfd7 (plain)
1
2
3
4
5
6
7
8
9
{{ $_hugo_config := `{ "version": 1 }` }}
<aside class="admonition tip">
	<div class="tip-icon">
		{{partial "svg/exclamation.svg" .}}
	</div>
	<!-- <h2 id="{{if .Get 0}}{{.Get 0 | urlize}}{{else}}tip{{end}}">{{if .Get 0}}{{.Get 0 | markdownify}}{{else}}Tip{{end}}</h2> -->
	<!-- <h3>Tip</h3> -->
	<div class="admonition-content">{{- .Inner -}}</div>
</aside>