From 7bcc7b1e44d73cea53d869e33cc07a37ff7b2cab Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Thu, 4 Apr 2024 16:05:32 +0000 Subject: [PATCH] error: add ogp metadata Signed-off-by: Rico Hoppe --- src/templates/error.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/templates/error.html b/src/templates/error.html index 5b6e9a2e..36fc314d 100644 --- a/src/templates/error.html +++ b/src/templates/error.html @@ -2,6 +2,28 @@ {% block title %}{{ message or status_code }}{% end block %} +{% block head %} + + + + + + + + + + + + + + + + + + + +{% end block %} + {% block container %}
-- 2.47.3