From e168a7ba551f035c357efa92a3b1079277486e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Tue, 9 Feb 2021 13:09:13 +0100 Subject: Add missing files for header and footer --- templates/footer.html | 4 ++++ templates/header.html | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 templates/footer.html create mode 100644 templates/header.html diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..5be86a0 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,4 @@ + diff --git a/templates/header.html b/templates/header.html new file mode 100644 index 0000000..b3a4049 --- /dev/null +++ b/templates/header.html @@ -0,0 +1,19 @@ +
+
+ + {% if title is defined %} +

{{ title }}

+ {% else %} +

rgoncalves.se

+ {% endif %} +
+ +
-- cgit v1.2.3