From: Rico Hoppe Date: Thu, 4 Apr 2024 16:52:04 +0000 (+0000) Subject: blog/write: add ogp metadata X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8576147d5ef1ef7f5ec35c4eb86e530179e666c;p=ipfire.org.git blog/write: add ogp metadata Signed-off-by: Rico Hoppe --- 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 %}