From 8a734ea25da94b48cba1a0e24fca4eb6201d2371 Mon Sep 17 00:00:00 2001 From: cool-mist Date: Fri, 21 Apr 2023 00:23:12 +0530 Subject: [PATCH] Better comments section --- _layouts/post.html | 15 +++++++++++---- assets/style.scss | 3 +++ index.html | 1 + 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 42fb515..a65b231 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -27,11 +27,18 @@ layout: default {{ content }}
- {% if page.discussion %} -
- You can also send out an email with your comments @ neophytenuggets@protonmail.me +
+ Have something to say? You can ... +
+
    + {% if page.discussion %} +
  • Comment on the below box by authorizing the Gisqus app on your github account.
  • +
  • Comment directly on the github discussion page for this article.
  • + {% endif %} +
  • Send an email with your comments to neophytenuggets@proton.me.
  • +
-
+ {% if page.discussion %}