From 14eda889c218c424473aad92db2170e5453deba1 Mon Sep 17 00:00:00 2001 From: hkpug Date: Thu, 24 Feb 2022 18:11:06 +0800 Subject: [PATCH] fix HTML closing tags in footer.html --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 31ee641bed..0143398f17 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,10 +3,10 @@ {{ . }} {{ with $.Date }} {{ .Format "02/01/2006" }}{{ end }} {{- end }} + {{- if .Params.chapter }} {{- end }} - {{- partial "custom-comments.html" . }}