From 76bbbdfd68152e35ed7b050c8159fd35be0e4be8 Mon Sep 17 00:00:00 2001 From: Abhishek L Date: Sun, 16 Dec 2012 17:08:01 +0530 Subject: Added new theme built-texts, based on tuxlite-tbs and bootstrap --- built-texts/templates/base.html | 140 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 built-texts/templates/base.html (limited to 'built-texts/templates/base.html') diff --git a/built-texts/templates/base.html b/built-texts/templates/base.html new file mode 100644 index 0000000..c081927 --- /dev/null +++ b/built-texts/templates/base.html @@ -0,0 +1,140 @@ + + + + + {% block windowtitle %}{{ SITENAME }}{% endblock %} + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+
+
+
+ +
+
+
+ +
+ {% block content %}{% endblock %} +
+ + +
{# End row #} +
{# End content #} +
+ + +
+
+ +
+

{{ SITENAME }} + © {{ AUTHOR }} + Powered by Pelican and + Twitter Bootstrap. + Icons by Font Awesome and + Font Awesome More

+ +
+
+ + + + + + +{% include "analytics.html" %} + + + -- cgit