From be4b7bac3439657a18e8be2a892f4e3f9217441d Mon Sep 17 00:00:00 2001 From: mo8it Date: Wed, 31 May 2023 02:27:56 +0200 Subject: [PATCH] Done index --- templates/appointment.html | 14 +++++++------- templates/base.html | 25 +++++++++++-------------- templates/index.html | 27 ++++++++++++--------------- templates/macros.html | 2 +- templates/macros/offers.html | 10 +++++----- templates/offers.html | 12 ++++++------ 6 files changed, 42 insertions(+), 48 deletions(-) diff --git a/templates/appointment.html b/templates/appointment.html index 9122555..a56871c 100644 --- a/templates/appointment.html +++ b/templates/appointment.html @@ -1,26 +1,26 @@ {% extends "base.html" %} {% block content %} -

{{ page.title }}

+

{{ page.title }}


-
-
+
{% set dir = page.path | trim_start_matches(pat="/") %} {% set image_path = dir ~ config.extra.appointment_image_filename %} {% set image = resize_image(path=image_path, width=520, height=520, op="fill") %} + class="mx-auto rounded shadow d-block img-fluid" />
-
{{ page.content | safe }} -
+

Öffnungszeiten

@@ -53,7 +53,7 @@ width="100%" title="Kontakt-Formular"> -