Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhossainemruz <hossainemruz@gmail.com>2021-05-30 15:49:06 +0300
committerhossainemruz <hossainemruz@gmail.com>2021-05-30 15:49:06 +0300
commit892fe83255c2ea775c99e60482dfdeea7919da85 (patch)
treed810292111843708af12e7867734e613f37db1da
parente86f574acacacc5e4186a00598d4fbc6af7f7278 (diff)
Use absURL for image in OpenGraph headerv3.0.0
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
-rw-r--r--layouts/partials/opengraph.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/opengraph.html b/layouts/partials/opengraph.html
index 808c26c..2163e49 100644
--- a/layouts/partials/opengraph.html
+++ b/layouts/partials/opengraph.html
@@ -8,5 +8,5 @@
<meta property="og:title" content="{{ $title }}"/>
<meta property="og:type" content="{{ $type }}"/>
<meta property="og:description" content="{{ $description }}"/>
-<meta property="og:image" content="{{ $image | relURL }}">
+<meta property="og:image" content="{{ $image | absURL }}">
<meta property="og:url" content="{{ $url }}">