fix: missing comments partial in post layout template

This commit is contained in:
geekifan
2025-05-10 12:18:28 +08:00
parent 65dfecb590
commit 2f11aac0b8

View File

@ -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 }}