commit 2f2b6cb70c4237cb090abc097bdffbd90fba4081
parent f40a7d545a5a960daffcfabc21062f10c767333d
Author: Lou Woell <lou.woell@posteo.de>
Date:   Sat, 13 Dec 2025 18:26:01 +0100

partial head: remove twitter meta tags

Diffstat:
Mlayouts/_partials/head.html | 18------------------
1 file changed, 0 insertions(+), 18 deletions(-)

diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html @@ -50,24 +50,6 @@ <link rel="shortcut icon" href="{{ printf "img/theme-colors/%s.png" (or .Params.color $.Site.Params.ThemeColor | default "orange") | absURL }}"> <link rel="apple-touch-icon" href="{{ printf "img/theme-colors/%s.png" (or .Params.color $.Site.Params.ThemeColor | default "orange") | absURL }}"> {{- end }} - -<!-- Twitter Card --> -<meta name="twitter:card" content="summary" /> -{{ if (isset $.Site.Params "twitter") -}} - {{- if (isset $.Site.Params.Twitter "site") -}} - <meta name="twitter:site" content="{{ $.Site.Params.Twitter.site }}" /> -<!-- ---> - {{- end -}} - <meta name="twitter:creator" content=" - {{- if .IsHome -}} - {{- $.Site.Params.Twitter.creator -}} - {{- else if isset .Params "authortwitter" -}} - {{- .Params.authorTwitter -}} - {{- else -}} - {{- .Params.Author -}} - {{- end -}}" /> -{{- end -}} - <!-- OG data --> <meta property="og:locale" content="{{ $.Site.Language.Lang }}" /> <meta property="og:type" content="