From 956f97c314517efbfa18d04ce8e0234e6609a30a Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Fri, 17 Apr 2026 13:59:33 +0300 Subject: [PATCH] blog: fix og images Signed-off-by: Anirudh Oppiliappan --- blog/templates/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/templates/post.html b/blog/templates/post.html index 6c073772..d0705434 100644 --- a/blog/templates/post.html +++ b/blog/templates/post.html @@ -6,11 +6,11 @@ {{ if .Post.Meta.Image }} - + - + {{ end }} -- 2.51.2