From e189cc316957a4ef48a11a4eeee19521cae2a5f7 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 16 Nov 2021 15:17:46 -0500 Subject: [PATCH] Allow comments on posts --- templates/page.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates/page.html b/templates/page.html index 44d327d..51edae4 100644 --- a/templates/page.html +++ b/templates/page.html @@ -50,6 +50,15 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], displayMat
{{page.content | safe}}
+ + {# Comments only on blog posts #} + {% if page.description and page.date %} +

+ + {% endif %} + {% if page.extra.uses_twitter %}