From 87d7bf9ca1b29a7ae94ffe508fb2e1ccb9d8e152 Mon Sep 17 00:00:00 2001 From: willstocks <43744514+willstocks@users.noreply.github.com> Date: Wed, 18 Mar 2020 11:12:36 +0000 Subject: [PATCH] Remove erroneous | MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Radek KozieĊ‚ --- 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 ea517ec..c2a166c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -28,7 +28,7 @@ -{{ if (isset .Params "twitterSite") | or (eq .Params.twitterSite "") }} +{{ if (isset .Params "twitterSite") or (eq .Params.twitterSite "") }} {{ end }}