From 2a93a860fa59ccabc4c8a91517c0b25fbbddd8bd Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Thu, 7 Oct 2021 17:02:24 -0700 Subject: [PATCH] add giscus --- overrides/main.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/overrides/main.html b/overrides/main.html index bd521df..bc0170f 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -52,3 +52,20 @@ {% include "home.html" %} {% endif %} {% endblock %} +{% block disqus %} + {{ super() }} + {% if page and page.meta and page.meta.post %} + + {% endif %} +{% endblock %}