From c66266e0376b657359e051c7a70ca8169e4269da Mon Sep 17 00:00:00 2001 From: HEIGE-PCloud Date: Tue, 26 Mar 2024 13:27:59 +0000 Subject: [PATCH] feat: hide comment section on print --- layouts/partials/comment.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/comment.html b/layouts/partials/comment.html index 1d89080a7..57887889b 100644 --- a/layouts/partials/comment.html +++ b/layouts/partials/comment.html @@ -4,7 +4,7 @@ {{- $commentConfig := dict -}} {{- if $comment.enable -}} -
+
{{- /* Disqus Comment System */ -}} {{- $disqus := $comment.disqus | default dict -}} {{- if $disqus.enable -}}