From a3a1049268d8f46fad8ec843a316389427736b0f Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Thu, 21 Oct 2010 16:21:12 -0400 Subject: [PATCH] Enabled Disqus comments on every page. --- sphinx/_templates/page.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sphinx/_templates/page.html diff --git a/sphinx/_templates/page.html b/sphinx/_templates/page.html new file mode 100644 index 0000000..9add6e2 --- /dev/null +++ b/sphinx/_templates/page.html @@ -0,0 +1,22 @@ +{% extends "basic/page.html" %} + +{% block body %} + +{{ super() }} + + +

Comments

+
+ + +blog comments powered by Disqus +{% endblock %} -- 2.39.5