diff --git a/themes/pelican-blue/templates/base.html b/themes/pelican-blue/templates/base.html index 4cfae97..3c47851 100644 --- a/themes/pelican-blue/templates/base.html +++ b/themes/pelican-blue/templates/base.html @@ -41,7 +41,6 @@ {% endblock %} - + {% if DISPLAY_PAGES_ON_MENU and pages %}{% for p in pages %} +
  • {{ p.title }}
  • + {% endfor %}{% endif %} +
  • Partners
  • +
  • Social Media
  • +
  • Colophon
  • + + {% if DISPLAY_CATEGORIES_ON_MENU and categories %}
    -

    Categories

    - +

    Categories

    +
    {% endif %} {% if LINKS %} {% endif %} @@ -148,28 +145,28 @@ {% if DISPLAY_FOOTER or DISPLAY_FOOTER is not defined %} - + {% endif %} {% if GOOGLE_ANALYTICS %} - - + + {% endif %} diff --git a/themes/pelican-blue/templates/large_base.html b/themes/pelican-blue/templates/large_base.html index 535df0a..331ee0a 100644 --- a/themes/pelican-blue/templates/large_base.html +++ b/themes/pelican-blue/templates/large_base.html @@ -90,49 +90,52 @@ {% endif %} {% if DISPLAY_CATEGORIES_ON_MENU and categories %} -

    Categories

    - +
    +

    Categories

    + +
    {% endif %} {% if LINKS %} - - + {% endif %} {% include "partners.html" %} {% include "social.html" %} {% include "license.html" %} - @@ -143,28 +146,28 @@ {% if DISPLAY_FOOTER or DISPLAY_FOOTER is not defined %} - + {% endif %} {% if GOOGLE_ANALYTICS %} - - + + {% endif %}