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

8 lines
123 B
HTML

<div class="page-heading">
{{ if .Params.heading }}
{{ .Params.heading }}
{{ else }}
{{ .Title }}
{{ end }}
</div>