mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00

* Fix overly dark shades * Remove word count from posts * Markup changes for single posts headers * Rename config * Fix page heading
8 lines
123 B
HTML
8 lines
123 B
HTML
<div class="page-heading">
|
|
{{ if .Params.heading }}
|
|
{{ .Params.heading }}
|
|
{{ else }}
|
|
{{ .Title }}
|
|
{{ end }}
|
|
</div>
|