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:31:55 +0300
committerLeon Rosenshein <leonrosn@amazon.com>2022-05-04 19:31:55 +0300
commit17b6744a984f7f1f5d0fbb7b2a62bd4c4f98a915 (patch)
tree0cb0014fac7b6566053e94cb73e177cf81dffef1
parent84656303d55b08d7dfe7ce258540c4cd94e3009a (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 e662ea9..d766320 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="http://friendgineers.rosenshein.org{{ $imageLink }}">
+ <meta name="image" property="og:image:secure_url" content="https://friendgineers.rosenshein.org{{ $imageLink }}">
<meta name="author" content="{{ .Site.Params.Author }}">
{{ if not .IsHome -}}