From a57eb98a6912889e07e923f289001975d9c3d495 Mon Sep 17 00:00:00 2001 From: welpo Date: Tue, 21 Nov 2023 23:35:17 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(header):=20replac?= =?UTF-8?q?e=20single=20%22=20by=20`"`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Single quotation marks already escape the double ones. --- templates/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/header.html b/templates/partials/header.html index 110680f..1c7d0ee 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -10,7 +10,7 @@ {% endif %} {% if config.extra.favicon_emoji %} - + {% endif %} {# Feed #}