diff --git a/config.toml b/config.toml index 3dcbd37..3114ae1 100644 --- a/config.toml +++ b/config.toml @@ -33,10 +33,10 @@ email = "yinghong-yang@protonmail.com" name = "Startseite" url = "/" [[extra.menu_items]] -name = "Unser Angebot" +name = "Angebot" url = "/angebot" [[extra.menu_items]] -name = "Terminvereinbarung" +name = "Termin" url = "/termin" # Footer diff --git a/templates/base.html b/templates/base.html index a64c052..6b98f67 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,28 +28,47 @@ {% block styles %}{% endblock %} - -
- - - + +
+ {% set image = resize_image(path="images/background/nav_background.jpg", height=750, op="fit_height") %} +
+
+
+

{{ config.title }}

+
{{ config.extra.address }}
+
+
+
- +
+
+ + + + + +
+
-
+
{% block content %}{% endblock %}
-