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:
authorChip Senkbeil <chip.senkbeil@gmail.com>2015-09-28 23:48:32 +0300
committerChip Senkbeil <chip.senkbeil@gmail.com>2015-09-28 23:48:32 +0300
commitf23ad1c3066d439a7d563e35b6d9cc69260cee1e (patch)
treee7cc8b520e1029a07e3a52645170ba577388793b
parentc37f94e5d1120002805a1ad3dceb8429fc5e4b49 (diff)
Moved disqus after footer
-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>