aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-09-30 06:40:37 +0300
committerValentin Popov <info@valentineus.link>2018-09-30 06:40:37 +0300
commit20cea69f4ce9dae3c4900c97f3f936c74ecb8a6d (patch)
tree2be810ea830ca665baea6813210ddc997906dbdb /_layouts
parent5659edfb8eb8c3b1c3aca4eb5b1a46c4e65ce9a5 (diff)
downloadpopov.link-20cea69f4ce9dae3c4900c97f3f936c74ecb8a6d.tar.xz
popov.link-20cea69f4ce9dae3c4900c97f3f936c74ecb8a6d.zip
Change of connected comments
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index ece8fe4..ce0edcb 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -29,5 +29,7 @@ layout: default
</section>
<!-- Comments -->
- {% include disqus.html %}
-</article> \ No newline at end of file
+ <section>
+ {% include comments.html %}
+ </section>
+</article>