hugo

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

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

note.html (386B)

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