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:21:14 +0300
committerLeon Rosenshein <leonrosn@amazon.com>2022-05-04 19:21:14 +0300
commitaa157dd0b136a63a3a6e958a044eabef12b24cf5 (patch)
treeb8652711ee2c7ce6675d5b091088e23fd36a2773
parent06a62415e609c32d91aa4fbaa1fce1aa8eef99a6 (diff)
Trying to get images to show up in previews
-rw-r--r--layouts/partials/header.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 00ba22b..2eac92c 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -54,9 +54,9 @@
{{ "<!-- OpenGraph/Twitter Specific Stuff-->" | safeHTML }}
<meta name="twitter:card" content="summary_large_image">
- <meta property=”og:type” content=”blog”>
+ <meta name="type" property=”og:type” content=”blog”>
<meta name="description" property="og:description" content="{{ $descText }}">
- <meta property="og:image" content="{{ $imageLink }}">
+ <meta name="image" property="og:image" content="{{ $imageLink }}">
<meta name="author" content="{{ .Site.Params.Author }}">
{{ if not .IsHome -}}
@@ -71,4 +71,4 @@
{{ partial "custom_header.html" . }}
{{ template "_internal/google_analytics.html" . }}
-</head> \ No newline at end of file
+</head>