Welcome to mirror list, hosted at ThFree Co, Russian Federation.

note.html « shortcodes « layouts « docs - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fcf081bd574e26a0c92dab0107a5af79a44a9e88 (plain)
1
2
3
4
5
6
7
8
<aside class="admonition note">
	<div class="note-icon">
		{{partial "svg/exclamation.svg" (dict "size" "20px" ) }}
	</div>
	<!-- <h2 id="{{if .Get 0}}{{.Get 0 | urlize}}{{else}}note{{end}}">{{if .Get 0}}{{.Get 0 | markdownify}}{{else}}Note{{end}}</h2> -->
	<!-- <h3>Note</h3> -->
	<div class="admonition-content">{{- .Inner -}}</div>
</aside>