From 8ee125eba28d1059ff56ecde83199168c8b5552d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Wed, 17 Jan 2024 10:58:54 +0100 Subject: [PATCH] . --- content/includes/meta.blade.php | 4 ++-- variables.json | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/content/includes/meta.blade.php b/content/includes/meta.blade.php index 8c28892..4de1e10 100644 --- a/content/includes/meta.blade.php +++ b/content/includes/meta.blade.php @@ -68,8 +68,8 @@ "{{ $content->image}}" ], - "datePublished": "{{ $content->created_at}}", - "dateModified": "{{ $content->updated_at}}" + "datePublished": "{{ $content->created_at}} UTC+01:00", + "dateModified": "{{ $content->updated_at}} UTC+01:00" } diff --git a/variables.json b/variables.json index d5f4fcc..e639bda 100644 --- a/variables.json +++ b/variables.json @@ -183,6 +183,13 @@ "required": true }, + { + "name": "Code", + "type": "html", + "description": "Eine Infobar am oberen Rand der Homepage, welche Standort und Telefonnummer anzeigt.", + "required": true + }, + { "id": "Background Pattern", "name": "Hintergrund Pattern",