{% 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 %}
Related Posts
{% include 'partials/relatedpages.html.twig' %} {% endif %} {% if config.plugins.taxonomylist.enabled %} {% endif %} {% if config.plugins.archives.enabled %} {% endif %} {% if config.site.twittertimeline.enabled %} {% endif %} {% if config.plugins.feed.enabled %} {% if page.template == 'blog' %} {% endif %} {% endif %}