mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 19:52:38 +00:00
9301947b25
git-subtree-dir: themes/gohugoioTheme git-subtree-split: 7dd8a302409a20362e4c610798cc19661b336363
9 lines
344 B
HTML
9 lines
344 B
HTML
<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>
|