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:
authorAlessandro Lai <alessandro.lai85@gmail.com>2018-02-10 03:48:37 +0300
committerPatrick Collins <thepatrickcollins@gmail.com>2018-02-10 03:48:37 +0300
commit45ef7145beea120e2b2af4c6a64b9af9b1a5ffb6 (patch)
tree5dd388ab3531bc7a35dac9f54d7ed4426aa65d5e
parent9d07761cf5b623c98848a5cc28f8ec454f956099 (diff)
Add OpenGraph meta tags (#115)
-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" . }}