From 9839a49f36ee0b637b08b76e8ed5560409c9db3b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Nov 2014 00:29:11 -0500 Subject: Simplify theme. --- themes/lv2/templates/base.html | 228 ++++++++--------------------------------- 1 file changed, 42 insertions(+), 186 deletions(-) (limited to 'themes/lv2/templates/base.html') diff --git a/themes/lv2/templates/base.html b/themes/lv2/templates/base.html index b23234c..db03cfa 100644 --- a/themes/lv2/templates/base.html +++ b/themes/lv2/templates/base.html @@ -1,192 +1,48 @@ - - - {% block title %}{{ SITENAME }}{% endblock %} - - - - - - {% if 'liquid_tags.notebook' in PLUGINS %} - {% include 'includes/liquid_tags_nb_header.html' %} - {% endif %} - - {# Favicons are a touchy subject. For reasoning for the following code, see: http://stackoverflow.com/a/23851464/872397 #} - {% if FAVICON %} - - {% endif %} - {% if FAVICON_IE %} - - {% endif %} - {% if TOUCHICON %} - - {% endif %} - - {% block canonical_rel %}{% endblock %} - - {% block meta %} - - {% endblock %} - - - {% if article and article.latex %} - {{ article.latex }} - {% endif %} - {% if page and page.latex %} - {{ page.latex }} - {% endif %} - - - {# Open Graph tags #} - {% if USE_OPEN_GRAPH is not defined %} - {% set USE_OPEN_GRAPH = True %} - {% endif %} - {% if USE_OPEN_GRAPH %} - {% block opengraph %} - - {% if OPEN_GRAPH_FB_APP_ID %} - - {% endif %} - - - - - - {% if OPEN_GRAPH_IMAGE %} - + + + {% block title %}{{ SITENAME }}{%endblock%} + + + + {% if FEED_RSS %} + + {% endif %} + + + + {% include 'github.html' %} + - {% block content %} - {% endblock %} - - {% if ABOUT_ME %} -
- {% include 'includes/aboutme.html' %} -
- {% endif %} - {% if not HIDE_SIDEBAR %} - - {% endif %} +
+ {% block content %} + {% endblock %}
- -{% include 'includes/footer.html' %} - - - - - - - - - -{% include 'includes/github-js.html' %} -{% include 'includes/disqus_script.html' %} -{% include 'includes/ga.html' %} -{% include 'includes/piwik.html' %} - + -- cgit v1.2.1