Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/script.html')
-rw-r--r--layouts/partials/script.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/script.html b/layouts/partials/script.html
index 92b5724..aff2ff6 100644
--- a/layouts/partials/script.html
+++ b/layouts/partials/script.html
@@ -33,7 +33,7 @@
{{- if .IsPage }}
{{- partial "_script/pv.html" . }}
{{- end }}
-{{- if eq .Type "post" }}
+{{- if eq .Type "posts" }}
{{- partial "_script/comment.html" . }}
{{- end }}
{{- partial "_script/fancybox.html" . }}