From faa85d6112a759767a4f327e35a07fa55d9e747e Mon Sep 17 00:00:00 2001 From: Daan Debie Date: Fri, 22 Apr 2016 15:35:07 +0200 Subject: Update pelican-bootstrap3 to latest version, donate to Pelican community --- pelican-bootstrap3/templates/base.html | 51 +++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 22 deletions(-) (limited to 'pelican-bootstrap3/templates/base.html') diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html index 112c249..610d050 100644 --- a/pelican-bootstrap3/templates/base.html +++ b/pelican-bootstrap3/templates/base.html @@ -1,8 +1,8 @@ - +{% if USE_OPEN_GRAPH is not defined %} + {% set USE_OPEN_GRAPH = True %} +{% endif %} + {% block title %}{{ SITENAME }}{% endblock %} @@ -32,9 +32,6 @@ {% endblock %} {# Open Graph tags #} - {% if USE_OPEN_GRAPH is not defined %} - {% set USE_OPEN_GRAPH = True %} - {% endif %} {% if USE_OPEN_GRAPH %} {% block opengraph %} @@ -58,39 +55,50 @@ {% if BOOTSTRAP_THEME %} - + {% else %} - + {% endif %} - + - + {% if 'tipue_search' in PLUGINS %} - + {% endif %} {% if DOCUTIL_CSS %} - + {% endif %} {% if TYPOGRIFY %} - + {% endif %} - + {% if CUSTOM_CSS %} {% endif %} {% if SHARIFF %} - + {% endif %} {% if FEED_ALL_ATOM %} {% endif %} + {% if FEED_ALL_RSS %} {% endif %} + {% if tag and TAG_FEED_ATOM %} + + {% endif %} + + {% if category and CATEGORY_FEED_ATOM %} + + {% endif %} + @@ -131,7 +139,7 @@