From ba4e78346aac1843890c1a889807b8e60bdf9419 Mon Sep 17 00:00:00 2001 From: Philipp Geyer Date: Sat, 22 Jan 2022 14:12:35 +0000 Subject: Some work on my website - should be looking half decent finally, and have some content --- theme/templates/base.html | 55 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 theme/templates/base.html (limited to 'theme/templates/base.html') diff --git a/theme/templates/base.html b/theme/templates/base.html new file mode 100644 index 0000000..ff31f26 --- /dev/null +++ b/theme/templates/base.html @@ -0,0 +1,55 @@ + + + + {% block head %} + + + {% block title %}{{ site_name | default("Philipp Geyer") }}{% endblock %} + {% block subtitle %}{% endblock %} + + + {% if site_owner is defined %}{% endif %} + {% if site_description is defined %}{% endif %} + {% if site_keywords is defined %}{% endif %} + {% block meta %}{% endblock %} + + + {% endblock %} + + + {# Top navigation bar #} + {% block nav %} +
+

+ + {% block title %}{{ site_name | default("Philipp Geyer") }}{% endblock %} + +

+ jump to main content + +
+ {% endblock %} + + {# Probably where most of the action will happen #} +
+ {% block main %}{% endblock %} +
+ + {# Links, copyright notice, etc #} + {% block footer %} + + {% endblock %} + + + -- cgit v1.2.3-70-g09d2