From 6c0f80fe08a8b7c6097ed322f9653fc0b6a61b44 Mon Sep 17 00:00:00 2001 From: Jan Fader Date: Thu, 4 Jan 2024 06:40:32 +0100 Subject: [PATCH] =?UTF-8?q?remove=20unneccessary=20=C3=9F=20in=20single.ht?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR removes an unnecessary ß in the single.html introduced in the latest upgrade of tailwind. --- layouts/_default/single.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 2a4935d4..e1a1f1f7 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -13,7 +13,6 @@
{{ partial "article-meta.html" (dict "context" . "scope" "single") }}
- ß {{ with $feature }}
{{ $altText := $.Params.featureAlt | default $.Params.coverAlt | default "" }}