fix: missing comments partial in post layout template
This commit is contained in:
@ -179,4 +179,5 @@
|
|||||||
{{ define "tail" }}
|
{{ define "tail" }}
|
||||||
{{ partial "related-posts.html" . }}
|
{{ partial "related-posts.html" . }}
|
||||||
{{ partial "post-nav.html" . }}
|
{{ partial "post-nav.html" . }}
|
||||||
|
{{ partial "comment.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
Reference in New Issue
Block a user