Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jpescador/hugo-future-imperfect.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.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index e834f0a..03d8096 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -34,6 +34,10 @@
{{ template "_internal/twitter_cards.html" . }}
{{ template "_internal/opengraph.html" . }}
+ <meta property="og:image" content="{{ .Site.BaseURL }}/images/logo.png">
+ <meta property="og:image:type" content="image/png">
+ <meta property="og:image:width" content="512">
+ <meta property="og:image:height" content="512">
{{ template "_internal/schema.html" . }}
{{ template "_internal/google_news.html" . }}