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 20:02:18 +0300
committerLeon Rosenshein <leonrosn@amazon.com>2022-05-04 20:02:18 +0300
commit1db338773e2c62051092706e86c6bd0f1dad1189 (patch)
tree630cf520ec7d7e0c28dc1df23cea84c8f9b3ecb2
parent5811fb6ec543dd618e3541107cc88595f07cf768 (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 1f6ec64..8e7f012 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:secure_url" content="https://friendgineers.rosenshein.org{{ $imageLink }}">
+ <meta name="image" property="og:image" content="http://friendgineers.rosenshein.org{{ $imageLink }}">
<meta name="author" content="{{ .Site.Params.Author }}">
{{ if not .IsHome -}}