From: Rico Hoppe Date: Thu, 4 Apr 2024 16:51:45 +0000 (+0000) Subject: blog/post: add ogp metadata X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=430ded8e1535b7565da5e0b0b1ad3134367fbae0;p=ipfire.org.git blog/post: add ogp metadata Signed-off-by: Rico Hoppe --- diff --git a/src/templates/blog/post.html b/src/templates/blog/post.html index 28015f28..596f4aae 100644 --- a/src/templates/blog/post.html +++ b/src/templates/blog/post.html @@ -7,30 +7,30 @@ - - - + + + {% if post.published_at %} - + {% end %} - + {% if isinstance(post.author, accounts.Account) %} - - - + + + {% end %} {% for tag in post.tags %} - + {% end %} - + {% end block %}