From 05a687e1acc6942b4fed9aabb0fa146f79b9efba Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 5 Oct 2019 03:33:05 +0800 Subject: [PATCH] remove commenting; add link to home --- _layouts/post.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index de0780e..4ae2a21 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -22,9 +22,11 @@ layout: default {{ content }} -

Thoughts? Post your comments here:

+ Back to Home Page -
+ {% if site.disqus.shortname %} {% include disqus_comments.html %}