From fd1a4eaba46c1def74bd6905bce15c61bb326ed5 Mon Sep 17 00:00:00 2001 From: Daan Debie Date: Mon, 27 Jan 2014 23:38:37 +0100 Subject: Updated pelican-bootstrap to v1.2 --- pelican-bootstrap3/templates/base.html | 80 +++++++++++++++++----------------- 1 file changed, 41 insertions(+), 39 deletions(-) (limited to 'pelican-bootstrap3/templates/base.html') diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html index 580db39..9be2ecb 100644 --- a/pelican-bootstrap3/templates/base.html +++ b/pelican-bootstrap3/templates/base.html @@ -8,13 +8,17 @@ + + {% if FAVICON %} + + {% endif %} - + {# Open Graph tags #} {% if USE_OPEN_GRAPH is not defined %} {% set USE_OPEN_GRAPH = True %} {% endif %} - {% if USE_OPEN_GRAPH %} + {% if OPEN_GRAPH_FB_APP_ID %} {% endif %} @@ -35,10 +39,10 @@ {% if OPEN_GRAPH_IMAGE %} + {% endif %} {% endif %} - {% endif %} - {% endif %} + {% if BOOTSTRAP_THEME %} @@ -46,7 +50,8 @@ {% endif %} - + + {% if DOCUTIL_CSS %} {% endif %} @@ -54,8 +59,9 @@ {% endif %} - - + {% if CUSTOM_CSS %} + + {% endif %} {% if FEED_ALL_ATOM %} {% endif %} - {% include 'includes/ga.html' %} - - + +
-
- {% block content %} - {% endblock %} + {% if not HIDE_SIDEBAR %} +
+ {% else %} +
+ {% endif %} + {% block breadcrumbs %} + {% endblock %} + + {% block content %} + {% endblock %}
-
{% include 'includes/footer.html' %} + + -{% include 'includes/disqus_script.html' %} - -{% if PIWIK_SITE_ID and PIWIK_URL %} - {% if PIWIK_SSL_URL is not defined %} - {% set PIWIK_SSL_URL = PIWIK_URL %} - {% endif %} - - - -{% endif %} +{% include 'includes/github-js.html' %} +{% include 'includes/disqus_script.html' %} +{% include 'includes/ga.html' %} +{% include 'includes/piwik.html' %} -- cgit