diff --git a/themes/customized-hugo-profile/layouts/_default/single.html b/themes/customized-hugo-profile/layouts/_default/single.html
index 5d9ded7..6185bdb 100644
--- a/themes/customized-hugo-profile/layouts/_default/single.html
+++ b/themes/customized-hugo-profile/layouts/_default/single.html
@@ -20,14 +20,15 @@
{{ .Title }}
{{ if .Params.author }}
- {{ .Params.author }}
+ {{ .Params.author }}
|
{{ end }}
{{ if .Params.showDate | default true }}
{{ dateFormat (.Site.Params.datesFormat.articleList | default "January 2, 2006") .Date }}
{{ end }}
- {{ if and (.Site.Params.singlePages.readTime.enable | default true) (.Params.enableReadingTime | default true) }}
+ {{ if and (.Site.Params.singlePages.readTime.enable | default true) (.Params.enableReadingTime | default
+ true) }}
{{ .Site.Params.singlePages.readTime.content | default "min read" }}
@@ -40,7 +41,9 @@
{{ .Title }}
{{ end }}
- {{ .Content | emojify }}
+ {{ .Content | emojify }}
+
+ {{- partial "comments" . }}
@@ -49,12 +52,12 @@ {{ .Title }}