X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=themes%2Fnotmyidea%2Ftemplates%2Fbase.html;fp=themes%2Fnotmyidea%2Ftemplates%2Fbase.html;h=6be5f1d87fdea21bf1339496cddd7fb5a30ce781;hb=5b6e1f86d097cb362496af487d616420d233d8b3;hp=0000000000000000000000000000000000000000;hpb=f1d23291e10b9cde47c452b8e848688d28e0d4e9;p=markerbeacon.git diff --git a/themes/notmyidea/templates/base.html b/themes/notmyidea/templates/base.html new file mode 100644 index 0000000..6be5f1d --- /dev/null +++ b/themes/notmyidea/templates/base.html @@ -0,0 +1,82 @@ + + + + {% block head %} + + + {% block title %}{{ SITENAME }}{%endblock%} + + {% if FEED_ALL_ATOM %} + + {% endif %} + {% if FEED_ALL_RSS %} + + {% endif %} + {% block extra_head %}{% endblock extra_head %} + {% endblock head %} + + + +{% include 'github.html' %} + + {% block content %} + {% endblock %} +
+ {% if LINKS %} +
+

{{ LINKS_WIDGET_NAME | default('links') }}

+ +
+ {% endif %} + {% if SOCIAL or FEED_ALL_ATOM or FEED_ALL_RSS %} +
+

{{ SOCIAL_WIDGET_NAME | default('social') }}

+ +
+ {% endif %} +
+ + + +{% include 'analytics.html' %} +{% include 'disqus_script.html' %} + +