From 45c81baacdb5c6b53a2312b933f926ae7f7fc44a Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Wed, 9 Jan 2019 22:22:56 -0500 Subject: [PATCH 1/1] Add an "icon" link with empty data URI. This appears to stop pointless requests to /favicon.ico, at least in some browsers. --- layouts/default.xsl | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/default.xsl b/layouts/default.xsl index 020d1fd..5a01d79 100644 --- a/layouts/default.xsl +++ b/layouts/default.xsl @@ -186,6 +186,7 @@ + <xsl:variable name='page-title' select='string(/document/title)' /> <xsl:if test='$page-title and $site-title != $page-title'> -- 2.43.0