From d404e2fe5b8c57c473c6250b8decbf5ac5b45e64 Mon Sep 17 00:00:00 2001 From: wilsonfreitas Date: Wed, 13 Aug 2014 08:49:52 -0300 Subject: Added new theme aboutwilson --- aboutwilson/templates/base.html | 111 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 aboutwilson/templates/base.html (limited to 'aboutwilson/templates/base.html') diff --git a/aboutwilson/templates/base.html b/aboutwilson/templates/base.html new file mode 100644 index 0000000..f89c4a9 --- /dev/null +++ b/aboutwilson/templates/base.html @@ -0,0 +1,111 @@ + + + + + {% block title %}{{ SITENAME }}{% endblock %} + + + + + + + + + + + + {% block head %}{% endblock %} + + +
+ +
+
+ {% block content %}{% endblock %} +
+
{# End row #} + +
+ +
+
+
+

© {{ AUTHOR }} 2014

+

Powered by Pelican

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