From dad1806bdd91339da5a1e0e3aad623ce23e75372 Mon Sep 17 00:00:00 2001 From: Manabu TERADA Date: Fri, 5 Nov 2021 16:08:44 +0900 Subject: [PATCH] added layout.html for footer --- source/_templates/layout.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 source/_templates/layout.html 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