diff --git a/_templates/layout.html b/_templates/layout.html index ae42f2300..609d6c5cd 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