diff --git a/blog/templates/_types/post/_nav.html b/blog/templates/_types/post/_nav.html index 037bdcd..f2a7af8 100644 --- a/blog/templates/_types/post/_nav.html +++ b/blog/templates/_types/post/_nav.html @@ -1,9 +1,9 @@ {% import 'macros/links.html' as links %} - {# Widget-driven container nav — entries, calendars, markets #} - {% if container_nav_widgets %} + {# Container nav from fragments (calendars, markets) #} + {% if container_nav_html %}
{% endif %} diff --git a/market/templates/_types/post/_nav.html b/market/templates/_types/post/_nav.html index 037bdcd..f2a7af8 100644 --- a/market/templates/_types/post/_nav.html +++ b/market/templates/_types/post/_nav.html @@ -1,9 +1,9 @@ {% import 'macros/links.html' as links %} - {# Widget-driven container nav — entries, calendars, markets #} - {% if container_nav_widgets %} + {# Container nav from fragments (calendars, markets) #} + {% if container_nav_html %} {% endif %}