diff --git a/templates/partials/sidebar_right.html.twig b/templates/partials/sidebar_right.html.twig index 9e0474c..990a5fd 100755 --- a/templates/partials/sidebar_right.html.twig +++ b/templates/partials/sidebar_right.html.twig @@ -1,4 +1,5 @@ + {% if config.plugins.simplesearch.enabled %} @@ -6,36 +7,36 @@ {% endif %} - + {% include 'partials/sidebar_navigation.html.twig' %} - + {% if config.plugins.archives.enabled and archives_data is not empty %} - + {{ 'FUTURE.SIDEBAR.ARCHIVES.HEADLINE'|t }} {% include 'partials/archives.html.twig' %} - + {% endif %} {% if config.plugins.relatedpages.enabled and related_pages|length > 0 %} - + {{ 'FUTURE.SIDEBAR.RELATED_POSTS.HEADLINE'|t }} {% include 'partials/relatedpages.html.twig' %} - + {% endif %} {% if config.plugins.taxonomylist.enabled %} - + {{ 'FUTURE.SIDEBAR.TAGS.HEADLINE'|t }} {% include 'partials/taxonomylist.html.twig' with {'base_url':new_base_url, 'taxonomy':'tag'} %} - + {% endif %} {% if config.plugins.login.enabled %} - + {% if not grav.user.authenticated %} {{ 'PLUGIN_LOGIN.BTN_LOGIN'|t }} @@ -44,6 +45,6 @@ {{ 'PLUGIN_LOGIN.BTN_LOGOUT'|t }} {% endif %} - + {% endif %} - \ No newline at end of file +