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-05-04 19:26:17 +0300
committerLeon Rosenshein <leonrosn@amazon.com>2022-05-04 19:26:17 +0300
commit84656303d55b08d7dfe7ce258540c4cd94e3009a (patch)
treecae34cc66cc77f2c30e3a9181d8b3cfec2e5a2b9
parentaa157dd0b136a63a3a6e958a044eabef12b24cf5 (diff)
Trying to get images to show up in previews
-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 2eac92c..e662ea9 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -56,7 +56,7 @@
<meta name="twitter:card" content="summary_large_image">
<meta name="type" property=”og:type” content=”blog”>
<meta name="description" property="og:description" content="{{ $descText }}">
- <meta name="image" property="og:image" content="{{ $imageLink }}">
+ <meta name="image" property="og:image" content="http://friendgineers.rosenshein.org{{ $imageLink }}">
<meta name="author" content="{{ .Site.Params.Author }}">
{{ if not .IsHome -}}