From a9168e053e3765824bc23e25d96a3e606a915933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Stiki=C4=87?= Date: Mon, 31 Jan 2022 19:54:31 +0800 Subject: [PATCH] Add utterances support --- templates/page.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/templates/page.html b/templates/page.html index e590f2f..5c34e0c 100644 --- a/templates/page.html +++ b/templates/page.html @@ -79,6 +79,18 @@

{{ page.title }}

{{ page_contents | safe }} {% endblock page_contents %} + + {% if config.extra.utterances.enabled %} +
+ +
+ {% endif %} {% endblock content %}