From 931aa8e48f9bafc16e2254b46100b15a385450d8 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 4 Jan 2022 22:15:55 +0000 Subject: [PATCH] fix og description --- layouts/partials/head.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index c289769..33b1156 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -14,15 +14,18 @@ - {{if isset .Params "tags"}} + {{if or (isset .Params "tags") (isset .Params "topic") (isset .Params "series") }} {{else}} {{end}} {{if isset .Params "description"}} - + + {{else}} + {{end}} +