From ee146cff771ec3bb5fc78beea66dbc2d92783fbd Mon Sep 17 00:00:00 2001
From: philipboomy <29286831+philipboomy@users.noreply.github.com>
Date: Thu, 22 Oct 2020 13:07:24 +0200
Subject: [PATCH] Fix path for og_image
Replaced {{ permalink }} with a glide param 'absolute="true"' to fix relative path issue.
---
resources/views/snippets/_seo.antlers.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/resources/views/snippets/_seo.antlers.html b/resources/views/snippets/_seo.antlers.html
index 2127a1abb..f6a453326 100644
--- a/resources/views/snippets/_seo.antlers.html
+++ b/resources/views/snippets/_seo.antlers.html
@@ -99,9 +99,9 @@
{{ /if }}
{{ if og_image }}
-
+
{{ elseif seo:og_image }}
-
+
{{ /if }}
{{# Trackers #}}
@@ -137,4 +137,4 @@
{{ if seo:use_fathom }}
-{{ /if }}
\ No newline at end of file
+{{ /if }}