diff --git a/source/_templates/layout.html b/source/_templates/layout.html new file mode 100644 index 0000000..5113156 --- /dev/null +++ b/source/_templates/layout.html @@ -0,0 +1,11 @@ +{% extends "!layout.html" %} + +{% block footer %} +{{ super() }} +
+{% endblock %} \ No newline at end of file