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

note.html « shortcodes « layouts - github.com/gohugoio/gohugoioTheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24d2cd0b2bd34413edceda4056419179019a840a (plain)
1
2
3
4
5
6
7
8
9
{{ $_hugo_config := `{ "version": 1 }` }}
<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>