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:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 50cbe8d..00ba22b 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -56,8 +56,7 @@
<meta name="twitter:card" content="summary_large_image">
<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 property="og:image" content="{{ $imageLink }}">
<meta name="author" content="{{ .Site.Params.Author }}">
{{ if not .IsHome -}}