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

github.com/pravin/hugo-theme-prav.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rosenshein <leonrosn@amazon.com>2022-04-28 08:22:22 +0300
committerLeon Rosenshein <leonrosn@amazon.com>2022-04-28 08:22:22 +0300
commitc7ea5ab9b9eec13ab480c58207bd1dc41a5e92fd (patch)
treeafc637ba41f53326605c9041179c9281834adb8c
parentd341cdd0745325d333078bdaa256bf479987e2e8 (diff)
Why don't images work?
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 00ba22b..7a6054f 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -56,7 +56,7 @@
<meta name="twitter:card" content="summary_large_image">
<meta property=”og:type” content=”blog”>
<meta name="description" property="og:description" content="{{ $descText }}">
- <meta property="og:image" content="{{ $imageLink }}">
+ <meta property="og:image" content="{{.Site.BaseURL}}{{ $imageLink }}">
<meta name="author" content="{{ .Site.Params.Author }}">
{{ if not .IsHome -}}