From f4bf7ad2d903811222a820325be1c10bbbbdf203 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sat, 11 May 2024 13:56:07 +0000 Subject: [PATCH] error, index: fix ogp metadata for static pages Signed-off-by: Rico Hoppe --- src/templates/error.html | 4 ++-- src/templates/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/error.html b/src/templates/error.html index 36fc314d..8faff21f 100644 --- a/src/templates/error.html +++ b/src/templates/error.html @@ -9,7 +9,7 @@ - + @@ -17,7 +17,7 @@ - + diff --git a/src/templates/index.html b/src/templates/index.html index 7dbe8049..5e7e6456 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -17,7 +17,7 @@ - + {% end block %} -- 2.47.3