From 5d9619c81b1ccccf71340aae544a66f62c103f64 Mon Sep 17 00:00:00 2001 From: Daan Debie Date: Fri, 23 Aug 2013 00:44:51 +0200 Subject: Added pelican-bootstrap3 theme --- pelican-bootstrap3/templates/base.html | 123 +++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 pelican-bootstrap3/templates/base.html (limited to 'pelican-bootstrap3/templates/base.html') diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html new file mode 100644 index 0000000..112ef62 --- /dev/null +++ b/pelican-bootstrap3/templates/base.html @@ -0,0 +1,123 @@ + + + + {% block title %}{{ SITENAME }}{% endblock %} + + + + + + + {% if USE_OPEN_GRAPH is not defined %} + {% set USE_OPEN_GRAPH = True %} + {% endif %} + + {% if USE_OPEN_GRAPH %} + {% if OPEN_GRAPH_FB_APP_ID %} + + {% endif %} + {% if article %} + + + + + {% elif page %} + + + + {% else %} + + + + + {% if OPEN_GRAPH_IMAGE %} + + {% endif %} + {% endif %} + + {% endif %} + + {% if BOOTSWATCH_THEME %} + + {% else %} + + {% endif %} + + + + + + + + {% if FEED_ALL_ATOM %} + + {% endif %} + {% if FEED_ALL_RSS %} + + {% endif %} + + {% include 'includes/ga.html' %} + + + + +
+
+
+ {% block content %} + {% endblock %} +
+ +
+
+ + + + + + +{% include 'includes/disqus_script.html' %} + + \ No newline at end of file -- cgit From 8fc2dfd7e8fe863b9536f7b78a78856b97ed22b6 Mon Sep 17 00:00:00 2001 From: Daan Debie Date: Thu, 12 Sep 2013 22:18:23 +0200 Subject: Updated pelican-bootstrap3 to newest version --- pelican-bootstrap3/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pelican-bootstrap3/templates/base.html') diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html index 112ef62..ab505eb 100644 --- a/pelican-bootstrap3/templates/base.html +++ b/pelican-bootstrap3/templates/base.html @@ -40,8 +40,8 @@ {% endif %} - {% if BOOTSWATCH_THEME %} - + {% if BOOTSTRAP_THEME %} + {% else %} {% endif %} @@ -64,7 +64,7 @@ {% include 'includes/ga.html' %} -