From 1fac17f5320ac0420ca12385cc87a8abc6b4a88c Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Fri, 25 Jun 2021 12:23:06 +0800 Subject: [PATCH] Remove extra horizontal line and spacing --- layouts/docs/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index ec0b4d575a..cc6237938b 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -25,7 +25,7 @@ {{ if (and (not .Params.hide_feedback) (.Site.Params.ui.feedback.enable) (.Site.GoogleAnalytics)) }} {{ partial "feedback.html" .Site.Params.ui.feedback }} {{ end }} -
{{ partial "page-meta-lastmod.html" . }}
+ {{ partial "page-meta-lastmod.html" . }} {{ if (.Site.DisqusShortname) }}
{{ partial "disqus-comment.html" . }} @@ -40,4 +40,4 @@ {{ partial "scripts.html" . }} - \ No newline at end of file +