From 5d2173d3706c1e6690b4dde24ec2a1eed6a2fc85 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Sun, 13 Nov 2022 18:14:06 +0100 Subject: [PATCH] Adding v=3 to og:image for posts --- templates/layouts/default.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 5cd5a2d..acc6cc6 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -10,9 +10,9 @@ % my $ogimage = stash 'ogimage'; % my $user_agent = stash 'useragent'; % if (defined $ogimage && $user_agent !~ /TelegramBot/) { - + % } else { - + % }