From 59cbfa14c19b14d125c38a1ec74e6cba3a18648c Mon Sep 17 00:00:00 2001 From: Dmitry Kolosov Date: Thu, 23 Jan 2020 23:55:42 +0300 Subject: [PATCH] Fix #11: add twitter cards --- layouts/partials/head.html | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index aff0b96..8fef991 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -15,20 +15,14 @@ {{ template "_internal/opengraph.html" . }} +{{ template "_internal/twitter_cards.html" . }} - - - - - - - + {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} {{ template "_internal/google_analytics_async.html" . }} {{ end }} \ No newline at end of file