Add class “content”.
This commit is contained in:
parent
3fbfcb3806
commit
70c106d68f
@ -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 }}
|
||||
|
Reference in New Issue
Block a user