From e6be81c6647f555ffe6bce7329011f63c014098c Mon Sep 17 00:00:00 2001 From: panr Date: Mon, 10 Aug 2020 00:13:56 +0200 Subject: [PATCH] Show a twitter card without any condition. --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index c2bc0b5..78023c2 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -33,8 +33,8 @@ {{ end }} -{{ if (isset $.Site.Params "twitter") }} +{{ if (isset $.Site.Params "twitter") }} {{ if (isset $.Site.Params.Twitter "site") }} {{ end }}