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:
-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 }}">