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

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordataCobra <datacobra@thinkbot.de>2021-03-05 22:16:44 +0300
committerdataCobra <datacobra@thinkbot.de>2021-03-05 22:16:44 +0300
commit5bf29c1cc6f3e253ee2b1bba71093cc250d2a730 (patch)
tree06aa4eb4ba0110cef1b3da8e559d2216270ff676 /layouts
parent5bd9f2be3d758a5fb5c5f0dec4a8c003dd787b44 (diff)
Fix image link for open graph protocol
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 863d42a..abb773f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -8,7 +8,7 @@
<meta property="og:title" content="{{ .Title }}">
<!--Showing Thumbnail Image Article / Post-->
{{- if isset .Params "image" -}}
-<meta property="og:image" content="{{ relURL .Params.image }}">
+<meta property="og:image" content="{{ absURL .Params.image }}">
{{- end -}}
<!-- If a author is set for the page it will be used -->
{{- with $.Param "author" -}}