From 430ded8e1535b7565da5e0b0b1ad3134367fbae0 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Thu, 4 Apr 2024 16:51:45 +0000 Subject: [PATCH] blog/post: add ogp metadata Signed-off-by: Rico Hoppe --- src/templates/blog/post.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 %} -- 2.47.3