diff --git a/themes/bootstrap/templates/base.html b/themes/bootstrap/templates/base.html new file mode 100644 index 0000000000000000000000000000000000000000..4248c68aae6e175e4481146597ba452b09217324 --- /dev/null +++ b/themes/bootstrap/templates/base.html @@ -0,0 +1,94 @@ + + + + + {% block windowtitle %}{{ SITENAME }}{% endblock %} + + + + + + + + + + + + + {% if FEED_ALL_ATOM %} + + {% endif %} + + {% if FEED_ATOM %} + + {% endif %} + + {% if FEED_ALL_RSS %} + + {% endif %} + + {% if FEED_RSS %} + + {% endif %} + + {% include "analytics.html" %} + {% include "disqus.html" %} + + + {% include "facebook.html" %} + {% include "github.html" %} +
+
+
+ {{ SITENAME }} + +

[archives] [tags]

+
+
+
+ +
+ +
+ {% block indextitle %}{% endblock %} + {% block content %}{% endblock %} + + +
+ +
+ +