diff --git a/templates/base-title.html b/templates/base-title.html new file mode 100644 index 0000000..49f1fab --- /dev/null +++ b/templates/base-title.html @@ -0,0 +1,24 @@ + + + + + + {{ page.title }} - {{ config.extra.site_title }} + {% include "head.html" %} + + + +
+
+ {% include "header.html" %} +
+
+ {% block content %} {% endblock content %} +
+ +
+ + + diff --git a/templates/page.html b/templates/page.html index c127084..ed9a640 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base-title.html" %} {% block content %}