Fix indentation of top headline.

This commit is contained in:
tastytea 2019-11-20 22:40:32 +01:00
parent 4d7c6c4846
commit 69ee222b74
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{{- define "main" }}
<h1 class="post-title">{{ if .Draft }}DRAFT: {{ end }}{{ .Title }}</h1>
{{ partial "post_meta.html" . }}
<h1 class="post-title">{{ if .Draft }}DRAFT: {{ end }}{{ .Title }}</h1>
{{ partial "post_meta.html" . }}
<div>{{ .Content }}</div>
<div>{{ .Content }}</div>
{{- end }}