Files
cocoa-eh-hugo-theme/layouts/partials/page-heading.html
Nishanth Shanmugham 29a5b22882 Color changes to background and compensated colors
* Fix overly dark shades
* Remove word count from posts
* Markup changes for single posts headers
* Rename config
* Fix page heading
2015-10-31 16:06:50 -05:00

8 lines
123 B
HTML

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