From 0e2a09f641db968392acb4e05a0be921fe89ce01 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Sun, 13 Jun 2021 23:23:29 +0200 Subject: [PATCH] Add metadata and header to all sites --- templates/base.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index aa5ba87..60edf81 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,8 +2,22 @@ + + jotoho.de - A personal website +
+
+

jotoho.de - My personal website

+
+ + + + +
Blog
+
+
+ {% block content %} {% endblock %}