mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 19:26:40 +02:00
9 lines
124 B
HTML
9 lines
124 B
HTML
<div class="page-heading">
|
|
{{ if .Params.heading }}
|
|
{{ .Params.heading }}
|
|
{{ else }}
|
|
{{ .Title }}
|
|
{{ end }}
|
|
</div>
|
|
|