{% set feed_url = blog.url == '/' or blog.url == base_url_relative ? (base_url_relative~'/'~blog.slug) : blog.url %} {% set new_base_url = blog.url == '/' ? '' : blog.url %} {% if config.plugins.simplesearch.enabled %}
{% endif %} {# multi-course hub compatibility - hibbittsdesign.org #} {% set arrayofpath = uri.path|split('/') %} {% set firstfolderofpath = arrayofpath[1] %} {% if firstfolderofpath == null %} {% set arrayofpath = config.system.home.alias|split('/') %} {% set firstfolderofpath = arrayofpath[1] %} {% endif %} {% set content = pages.find('/' ~ firstfolderofpath ~ '/sidebar').content %} {% if content is empty %} {% set content = pages.find('/sidebar').content %} {% endif %} {% if config.plugins.relatedpages.enabled and related_pages|length > 0 %}