devroom.io/themes/cocoa-eh/layouts/partials/page-heading.html

8 lines
123 B
HTML
Raw Normal View History

2017-10-16 13:33:26 +00:00
<div class="page-heading">
{{ if .Params.heading }}
{{ .Params.heading }}
{{ else }}
{{ .Title }}
{{ end }}
</div>