diff --git a/theme/base.html b/theme/base.html index 22ee2ba2..3e8c512a 100644 --- a/theme/base.html +++ b/theme/base.html @@ -363,34 +363,49 @@

-
-
-
- {% block content %} -
-
-
- {% block content_inner %} - {{ page.content }} - {% endblock content_inner %} +
+
+
+ {% block content %} +
+
+
+ {% block content_inner %} + + +
+
-
-
- {% endblock content %} -
- - {% if page.meta.git_revision_date_localized %} - Last update: {{ page.meta.git_revision_date_localized }} - {% endif %} - {% if page.meta.git_created_date_localized %} -  • Created: {{ page.meta.git_created_date_localized }} - {% endif %} - + {{ page.content }} + + {% endblock content_inner %}
-
+
+
+ {% endblock content %} + +
+ + {% if page.meta.git_revision_date_localized %} + Last update: {{ page.meta.git_revision_date_localized }} + {% endif %} + {% if page.meta.git_created_date_localized %} +  • Created: {{ page.meta.git_created_date_localized }} + {% endif %} +
-
+ + + +