mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
9 lines
341 B
HTML
9 lines
341 B
HTML
<aside class="admonition warning">
|
|||
<div class="admonition-icon">
|
|||
{{partial "svg/exclamation.svg" .}}
|
|||
</div>
|
|||
<!-- <h2 id="{{if .Get 0}}{{.Get 0 | urlize}}{{else}}warning{{end}}">{{if .Get 0}}{{.Get 0 | markdownify}}{{else}}Warning{{end}}</h2> -->
|
|||
<!-- <h3>Warning</h3> -->
|
|||
<div class="admonition-content">{{- .Inner -}}</div>
|
|||
</aside>
|