From e8576147d5ef1ef7f5ec35c4eb86e530179e666c Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Thu, 4 Apr 2024 16:52:04 +0000 Subject: [PATCH] blog/write: add ogp metadata Signed-off-by: Rico Hoppe --- src/templates/blog/write.html | 38 +++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/src/templates/blog/write.html b/src/templates/blog/write.html index b953efec..83babe61 100644 --- a/src/templates/blog/write.html +++ b/src/templates/blog/write.html @@ -8,6 +8,44 @@ {% end %} {% end block %} +{% block head %} + {% if post %} + + + + + + + + + + + + + + + + + {% else %} + + + + + + + + + + + + + + + + + {% end %} +{% end block %} + {% block container %}
-- 2.47.2