From f92a3c2c8275c7add389be33e0a1acf4d5599983 Mon Sep 17 00:00:00 2001 From: jk Date: Tue, 15 Dec 2020 16:59:18 +0000 Subject: [PATCH] trying to add twittercard --- themes/nipponalba/layouts/partials/head.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/nipponalba/layouts/partials/head.html b/themes/nipponalba/layouts/partials/head.html index 2649369d..621f280e 100644 --- a/themes/nipponalba/layouts/partials/head.html +++ b/themes/nipponalba/layouts/partials/head.html @@ -33,6 +33,9 @@ - {{ if eq .Type "article" }}{{ template "_internal/opengraph.html" . }}{{ end }} + {{ if eq .Type "article" }} + {{ template "_internal/opengraph.html" . }} + {{ template "_internal/twitter_cards.html" . }} + {{ end }}