Merge pull request #28615 from tengqm/fix-bottom-spacing
Remove extra horizontal line and spacing
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
{{ if (and (not .Params.hide_feedback) (.Site.Params.ui.feedback.enable) (.Site.GoogleAnalytics)) }}
|
{{ if (and (not .Params.hide_feedback) (.Site.Params.ui.feedback.enable) (.Site.GoogleAnalytics)) }}
|
||||||
{{ partial "feedback.html" .Site.Params.ui.feedback }}
|
{{ partial "feedback.html" .Site.Params.ui.feedback }}
|
||||||
{{ end }}
|
{{ 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) }}
|
{{ if (.Site.DisqusShortname) }}
|
||||||
<br />
|
<br />
|
||||||
{{ partial "disqus-comment.html" . }}
|
{{ partial "disqus-comment.html" . }}
|
||||||
@@ -40,4 +40,4 @@
|
|||||||
</div>
|
</div>
|
||||||
{{ partial "scripts.html" . }}
|
{{ partial "scripts.html" . }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user