From e4c3d6fc542026ba68fa6f7e9cf4d84ab6e1801b Mon Sep 17 00:00:00 2001 From: asselinpaul Date: Tue, 12 Jun 2012 18:23:40 +0200 Subject: added subtle --- subtle/templates/base.html | 74 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100755 subtle/templates/base.html (limited to 'subtle/templates/base.html') diff --git a/subtle/templates/base.html b/subtle/templates/base.html new file mode 100755 index 0000000..64584c8 --- /dev/null +++ b/subtle/templates/base.html @@ -0,0 +1,74 @@ + + + + {% block title %}{{ SITENAME }}{%endblock%} + + + + + + + + + + + + + +{% include 'github.html' %} + + {% block content %} + {% endblock %} +
+ {% if LINKS %} +
+

blogroll

+
    + {% for name, link in LINKS %} +
  • {{ name }}
  • + {% endfor %} +
+
+ {% endif %} + {% if SOCIAL %} + + {% endif %} +
+ + + +{% include 'analytics.html' %} +{% include 'piwik.html' %} +{% include 'gosquared.html' %} +{% include 'disqus_script.html' %} + + -- cgit