aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorkj-sh6042024-07-09 12:46:11 -0400
committerkj-sh6042024-07-09 12:46:11 -0400
commit9090aa93f3d172501b2ee9135dfb0be32e55e444 (patch)
treeea230966eabe1109c30109cac124ddcc9e631cc4 /includes
parent97202359c3cf74d7876ac401ea4701bf2add18b4 (diff)
`for file in *.html; do sed -i '/<link rel="icon"/{h;d};$!{x;/<\/head>/!{x;b};x};x;/<\/head>/{x;G}' "$file"; done`
Diffstat (limited to 'includes')
-rw-r--r--includes/link-tags.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/link-tags.php b/includes/link-tags.php
index 3b5f302..23a6120 100644
--- a/includes/link-tags.php
+++ b/includes/link-tags.php
@@ -1,2 +1,2 @@
-<link rel="icon" href="../img/site-icon.webp" type="image/x-icon">
+<!-- link rel="icon" href="../img/site-icon.webp" type="image/x-icon" --> <!-- (Unsupported in Chrome) -->
<link rel="stylesheet" href="../css/style.css">