From 0360a93e99a4a4bfccf9dcdc9b08898b79ac3445 Mon Sep 17 00:00:00 2001 From: Xin Date: Sun, 20 Aug 2023 19:25:12 +0100 Subject: [PATCH] feat: add twtter cards to head --- layouts/partials/head.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 55636a7..d482027 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -18,7 +18,8 @@ {{ partial "opengraph.html" . }} {{ template "_internal/schema.html" . -}} - {{ partial "head-css.html" . }} + {{ template "_internal/twitter_cards.html" . -}} + {{ partialCached "head-css.html" . }}