Skip to content

Commit 1fac17f

Browse files
committed
Remove extra horizontal line and spacing
1 parent 792093b commit 1fac17f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/docs/baseof.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{{ if (and (not .Params.hide_feedback) (.Site.Params.ui.feedback.enable) (.Site.GoogleAnalytics)) }}
2626
{{ partial "feedback.html" .Site.Params.ui.feedback }}
2727
{{ end }}
28-
<div class="text-muted mt-5 pt-3 border-top">{{ partial "page-meta-lastmod.html" . }}</div>
28+
{{ partial "page-meta-lastmod.html" . }}
2929
{{ if (.Site.DisqusShortname) }}
3030
<br />
3131
{{ partial "disqus-comment.html" . }}
@@ -40,4 +40,4 @@
4040
</div>
4141
{{ partial "scripts.html" . }}
4242
</body>
43-
</html>
43+
</html>

0 commit comments

Comments
 (0)