From 2f11aac0b8eeaebfbc1a2eeb7b84d98bd59daa9d Mon Sep 17 00:00:00 2001 From: geekifan Date: Sat, 10 May 2025 12:18:28 +0800 Subject: [PATCH] fix: missing comments partial in post layout template --- layouts/post/single.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/post/single.html b/layouts/post/single.html index 5cde8e9..b41b0d0 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -179,4 +179,5 @@ {{ define "tail" }} {{ partial "related-posts.html" . }} {{ partial "post-nav.html" . }} + {{ partial "comment.html" . }} {{ end }} \ No newline at end of file