summaryrefslogtreecommitdiff
path: root/layouts/_default/_markup/render-heading.html
blob: 60e75b7d4c06d69be798c8a8af64a10dafc5c077 (plain)
1
2
3
4
<h{{.Level}} {{with .Attributes.class}}class="{{.}}" {{end}}>
	<!--Note to myself : If I want something to precede my titles, put something in the ""-->
	<small>{{strings.Repeat (sub .Level 1) ""}}</small>{{.Text | safeHTML}}
</h{{.Level}}>