From c5a908ea9677a68320894641ac1dd0c2daf17a9e Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Thu, 4 Apr 2024 16:06:06 +0000 Subject: [PATCH] index: add ogp metadata Signed-off-by: Rico Hoppe --- src/templates/index.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/templates/index.html b/src/templates/index.html index ad5f982a..7dbe8049 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -1,7 +1,24 @@ {% extends "base.html" %} {% block head %} - + + + + + + + + + + + + + + + + + + {% end block %} -- 2.47.3