projects
/
homepage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eafcf5
)
Add an "icon" link with empty data URI.
author
Nick Bowler
<nbowler@draconx.ca>
Thu, 10 Jan 2019 03:22:56 +0000
(22:22 -0500)
committer
Nick Bowler
<nbowler@draconx.ca>
Thu, 10 Jan 2019 03:22:56 +0000
(22:22 -0500)
This appears to stop pointless requests to /favicon.ico,
at least in some browsers.
layouts/default.xsl
patch
|
blob
|
history
diff --git
a/layouts/default.xsl
b/layouts/default.xsl
index 020d1fdc61bd89728a910eb97587f052345eaf89..5a01d79cfcf870176fbc94052b4fa7c1765f3a73 100644
(file)
--- a/
layouts/default.xsl
+++ b/
layouts/default.xsl
@@
-186,6
+186,7
@@
<head>
<meta name='viewport' content='width=device-width, initial-scale=1' />
<link rel='stylesheet' type='text/css' href='/style.css' />
+ <link rel="icon" href="data:," />
<title>
<xsl:variable name='page-title' select='string(/document/title)' />
<xsl:if test='$page-title and $site-title != $page-title'>