From abe3b6761139a97ce535486af2f6918f2a8c0051 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Wed, 25 May 2022 00:01:42 +0200 Subject: Add ability to create twitter cards --- layouts/partials/head.html | 1 + 1 file changed, 1 insertion(+) (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 81dd2d0..24fd6f9 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -29,4 +29,5 @@ {{- /* Misc */}} {{ template "partials/templates/opengraph.html" . }} + {{ template "partials/templates/twitter_cards.html" . }} -- cgit v1.2.3