Merge pull request #28615 from tengqm/fix-bottom-spacing

Remove extra horizontal line and spacing
This commit is contained in:
Kubernetes Prow Robot
2021-07-10 20:24:46 -07:00
committed by GitHub
+2 -2
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>