diff --git a/layouts/_default/preview/note.html b/layouts/_default/preview/note.html index 314fa29..6c1037c 100644 --- a/layouts/_default/preview/note.html +++ b/layouts/_default/preview/note.html @@ -1,5 +1,5 @@
{{ partial "post-start" . }} -
{{ .Content }}
+
{{ .Content }}
{{ partial "post-end" . }}
diff --git a/layouts/notes/single.html b/layouts/notes/single.html index 4549663..cd30267 100644 --- a/layouts/notes/single.html +++ b/layouts/notes/single.html @@ -1,5 +1,5 @@ {{- define "main" }} {{ partial "post-start" . }} -
{{ .Content }}
+
{{ .Content }}
{{ partial "post-end" . }} {{- end }}