From 520de2b6352b6bafabda274a9047979274bd868d Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Mon, 25 Oct 2010 08:36:51 -0400 Subject: [PATCH] Added relbar link to comments on every page --- sphinx/_templates/layout.html | 4 ++++ sphinx/_templates/page.html | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/sphinx/_templates/layout.html b/sphinx/_templates/layout.html index 2c758c9..98406af 100644 --- a/sphinx/_templates/layout.html +++ b/sphinx/_templates/layout.html @@ -13,6 +13,10 @@
  • Testimonials  
  • {% endblock %} +{% block relbaritems %} +
  • Comments |
  • +{% endblock %} + {% block sidebar1 %}{% endblock %} {% block sidebar2 %} diff --git a/sphinx/_templates/page.html b/sphinx/_templates/page.html index 9add6e2..967a0a2 100644 --- a/sphinx/_templates/page.html +++ b/sphinx/_templates/page.html @@ -19,4 +19,13 @@ blog comments powered by Disqus + + {% endblock %} -- 2.39.5