layouts/single : add option to disable Post-meta

i.e. date, author-info
    can be used for posts which are just info, and not a 'post'

set `hideMeta = true` in Page Variables (https://gohugo.io/variables/page/#page-variables)
This commit is contained in:
Aditya Telange 2020-08-20 22:28:54 +05:30
parent 799b253470
commit 274688f238
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -6,11 +6,13 @@
{{ .Title }}
{{- if .Draft }}<div class="entry-isdraft"><sup>&nbsp;&nbsp;[draft]</sup></div>{{- end }}
</h1>
{{ if .Params.hideMeta }}{{ else }}
<div class="post-meta">
{{- if or .Params.author .Site.Params.author }}
{{- .Params.author | default .Site.Params.author }} · {{ end }}
{{- .Date.Format "January 2, 2006" -}}
</div>
{{end}}
</header>
{{ if .Params.ShowToc }}
<div class="toc">