From 8451aee6e62db8ecbbfef64c55bb41970dec7524 Mon Sep 17 00:00:00 2001 From: mo8it Date: Wed, 22 Nov 2023 02:39:08 +0100 Subject: [PATCH] Add alt tags --- templates/404.html | 3 ++- templates/appointment.html | 5 +++-- templates/base.html | 3 ++- templates/index.html | 5 +++-- templates/offers.html | 5 +++-- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/templates/404.html b/templates/404.html index 901082d..5574560 100644 --- a/templates/404.html +++ b/templates/404.html @@ -7,7 +7,8 @@

Page not found!

+ src="{{ get_url(path='images/404/bot.svg') | safe }}" + alt="">
{{ macros::btn(link=get_url(path='/') , text="Zurück zur Startseite") }}
diff --git a/templates/appointment.html b/templates/appointment.html index 9deeb36..226b791 100644 --- a/templates/appointment.html +++ b/templates/appointment.html @@ -5,8 +5,9 @@
{% set image = resize_image(path=page.assets | first, width=600, height=600, op="fill") %} - +
{{ page.content | safe }} diff --git a/templates/base.html b/templates/base.html index 772d0da..af6d58d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -47,7 +47,8 @@ + src="{{ get_url(path='images/logo.svg') | safe }}" + alt="">