We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792093b commit 1fac17fCopy full SHA for 1fac17f
layouts/docs/baseof.html
@@ -25,7 +25,7 @@
25
{{ if (and (not .Params.hide_feedback) (.Site.Params.ui.feedback.enable) (.Site.GoogleAnalytics)) }}
26
{{ partial "feedback.html" .Site.Params.ui.feedback }}
27
{{ end }}
28
- <div class="text-muted mt-5 pt-3 border-top">{{ partial "page-meta-lastmod.html" . }}</div>
+ {{ partial "page-meta-lastmod.html" . }}
29
{{ if (.Site.DisqusShortname) }}
30
<br />
31
{{ partial "disqus-comment.html" . }}
@@ -40,4 +40,4 @@
40
</div>
41
{{ partial "scripts.html" . }}
42
</body>
43
-</html>
+</html>
0 commit comments