mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 19:52:38 +00:00
8 lines
324 B
HTML
8 lines
324 B
HTML
<div class="admonition note">
|
|
<div class="note-icon">
|
|
{{partial "svg-icons/exclamation.svg" .}}
|
|
</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>
|
|
</div> |