From ab30dfd95aa10cf522703e54a9cc2a01e881466f Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 18 Aug 2010 16:02:42 +0200 Subject: [PATCH] Forgot to add the "base.html" to notmyidea theme --- samples/themes/notmyidea/base.html | 66 ++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 samples/themes/notmyidea/base.html diff --git a/samples/themes/notmyidea/base.html b/samples/themes/notmyidea/base.html new file mode 100644 index 00000000..5e08829a --- /dev/null +++ b/samples/themes/notmyidea/base.html @@ -0,0 +1,66 @@ + + + + {% block title %}{{ BLOGNAME }}{%endblock%} + + + + + + + + + + + + + + + {% block content %} + {% endblock %} +
+ {% if BLOGROLL %} +
+

blogroll

+
    + {% for name, link in BLOGROLL %} +
  • {{ name }}
  • + {% endfor %} +
+
+ {% endif %} + {% if SOCIAL %} + + {% endif %} +
+ + + + +