Add class “content”.

This commit is contained in:
tastytea 2019-11-20 23:22:50 +01:00
parent 3fbfcb3806
commit 70c106d68f
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
<h1 class="post-title">{{ if .Draft }}DRAFT: {{ end }}{{ .Title }}</h1>
{{ partial "post_meta.html" . }}
<div>{{ .Content }}</div>
<div class="content">{{ .Content }}</div>
{{- end }}