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