diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html index bfbaa62..2cb3654 100644 --- a/pelican-bootstrap3/templates/base.html +++ b/pelican-bootstrap3/templates/base.html @@ -13,6 +13,17 @@ {% endif %} + {# ColorBox, for photo galleries #} + {% if article %} + {% if article.album %} + {% if COLORBOX_THEME %} + + {% else %} + + {% endif %} + {% endif %} + {% endif %} + {# Open Graph tags #} {% if USE_OPEN_GRAPH is not defined %} {% set USE_OPEN_GRAPH = True %} @@ -130,11 +141,11 @@ {% block content %} {% endblock %} - {% if not HIDE_SIDEBAR %} + {% if not HIDE_SIDEBAR %}