From a9e6155460005d487171c288f2de01d4acfcc85c Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 23 Jun 2026 10:28:18 -0700 Subject: [PATCH] proper twitter tags --- themes/shockrah.xyz/layouts/partials/head.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/themes/shockrah.xyz/layouts/partials/head.html b/themes/shockrah.xyz/layouts/partials/head.html index 75b54fc..2a6e0be 100644 --- a/themes/shockrah.xyz/layouts/partials/head.html +++ b/themes/shockrah.xyz/layouts/partials/head.html @@ -16,9 +16,15 @@ {{ if .IsHome }}{{ $desc = .Params.Description }}{{end}} - + + + + + + + {{ $ogvideo := "" }} {{ if .Params.Video }} {{ $ogvideo = .Params.Video }}