diff options
Diffstat (limited to 'layouts/_default')
| -rw-r--r-- | layouts/_default/single.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index de3d148..1376214 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -5,8 +5,8 @@ <hr> <article> <header> - <h1>{{ .Title }}</h1> - {{ if .Params.showMeta }} + <h1>{{ .Title }}</h1> + {{ if .Params.ShowMeta }} <div class=meta> <time datetime={{ .Date.Format "2006-01-02T15:04:05Z07:00" }}>{{ .Date.Format "2006-01-02" }}</time> {{ with .Params.categories }} @@ -24,8 +24,8 @@ {{- end -}} </span> {{ end }} - </div> - {{ end }} +</div> +{{ end }} </header> {{ .Content }} </article> |
