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:26:48 +0300
committerLeon Rosenshein <leonrosn@amazon.com>2022-04-28 08:26:48 +0300
commitd1f200abf04ce4c0fac2e5c67a506a3534af8bf8 (patch)
treeafdc5bd838013686b03fceda81b741dba4e5ef4a
parentc7ea5ab9b9eec13ab480c58207bd1dc41a5e92fd (diff)
more tag work
-rw-r--r--layouts/partials/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 7a6054f..50cbe8d 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -57,6 +57,7 @@
<meta property=”og:type” content=”blog”>
<meta name="description" property="og:description" content="{{ $descText }}">
<meta property="og:image" content="{{.Site.BaseURL}}{{ $imageLink }}">
+ <meta property="twitter:image" content="{{.Site.BaseURL}}{{ $imageLink }}">
<meta name="author" content="{{ .Site.Params.Author }}">
{{ if not .IsHome -}}