summaryrefslogtreecommitdiff
path: root/layouts/posts/single.html
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2021-05-03 21:47:19 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2021-05-03 21:47:19 +0200
commitc197f3399b0aee698afc5278dbb33506892311ef (patch)
tree0ab46c0cfdfdaf28e77e038cc41c80c144c1d3e7 /layouts/posts/single.html
parente0823c213882489bb4ee3959bf2b306061762bf1 (diff)
#286, Add ability to set image for posts
Diffstat (limited to 'layouts/posts/single.html')
-rw-r--r--layouts/posts/single.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 00df697..79cd303 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -4,9 +4,7 @@
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
</h1>
{{ partial "docs/post-meta" . }}
- <p>
- {{- .Content -}}
- </p>
+ {{- .Content -}}
</article>
{{ end }}