#286, Add ability to set image for posts

This commit is contained in:
Alex Shpak
2021-05-03 21:47:19 +02:00
parent e0823c2138
commit c197f3399b
6 changed files with 13 additions and 7 deletions
+1 -3
View File
@@ -4,9 +4,7 @@
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
</h1>
{{ partial "docs/post-meta" . }}
<p>
{{- .Content -}}
</p>
{{- .Content -}}
</article>
{{ end }}