Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post/single.html')
-rw-r--r--layouts/partials/post/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/post/single.html b/layouts/partials/post/single.html
index 1c6d449..2084737 100644
--- a/layouts/partials/post/single.html
+++ b/layouts/partials/post/single.html
@@ -31,11 +31,11 @@
{{ end }}
</section>
- {{ partial "extra/disqus.html" . }}
-
<footer class="right-align">
<p><small>{{ .Site.Copyright | markdownify }}</small></p>
</footer>
+
+ {{ partial "extra/disqus.html" . }}
</article>
</div>
</div>