hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

warning.html (383B)

    1 {{ $_hugo_config := `{ "version": 1 }` }}
    2 <aside class="admonition warning">
    3 	<div class="admonition-icon">
    4 		{{partial "svg/exclamation.svg" .}}
    5 	</div>
    6 	<!-- <h2 id="{{if .Get 0}}{{.Get 0 | urlize}}{{else}}warning{{end}}">{{if .Get 0}}{{.Get 0 | markdownify}}{{else}}Warning{{end}}</h2> -->
    7 	<!-- <h3>Warning</h3> -->
    8 	<div class="admonition-content">{{- .Inner -}}</div>
    9 </aside>