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="">