From f6879c1bc4b051963607e6e0aef77e1cf122791f Mon Sep 17 00:00:00 2001 From: Aditya K Kamath Date: Mon, 6 Jan 2025 17:45:34 +0530 Subject: [PATCH] Add navigation buttons before user-submitted comments on all pages. --- _templates/layout.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_templates/layout.html b/_templates/layout.html index ae42f23007a..609d6c5cd9d 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -52,6 +52,16 @@ {% if (not meta or meta.get('allow_comments') != 'False') and godot_show_article_comments %}
+ {%- if (theme_prev_next_buttons_location == 'bottom' or theme_prev_next_buttons_location == 'both') and (next or prev) %} + + {%- endif %}

User-contributed notes