mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-10-04 06:40:59 -04:00
8 lines
342 B
HTML
8 lines
342 B
HTML
<div class="admonition warning">
|
|
<div class="admonition-icon">
|
|
{{partial "svg-icons/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>
|
|
</div> |