Remove extra horizontal line and spacing

pull/28615/head
Qiming Teng 2021-06-25 12:23:06 +08:00
parent 792093b37c
commit 1fac17f532
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}
<div class="text-muted mt-5 pt-3 border-top">{{ partial "page-meta-lastmod.html" . }}</div>
{{ partial "page-meta-lastmod.html" . }}
{{ if (.Site.DisqusShortname) }}
<br />
{{ partial "disqus-comment.html" . }}
@ -40,4 +40,4 @@
</div>
{{ partial "scripts.html" . }}
</body>
</html>
</html>