summaryrefslogtreecommitdiff
path: root/header.html.part
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 13:19:17 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commitff732376f7c68eb032f075463cf9484b0ad9fa95 (patch)
tree1aa7d136cac8a7f3bdbf6fe846da80f5c3cdcd7a /header.html.part
parent74b0f6ebca8d52749744c25f9e99e07d29871f6a (diff)
update the favicon to be a relative link
Diffstat (limited to 'header.html.part')
-rw-r--r--header.html.part2
1 files changed, 1 insertions, 1 deletions
diff --git a/header.html.part b/header.html.part
index c55863c..9db721a 100644
--- a/header.html.part
+++ b/header.html.part
@@ -3,7 +3,7 @@
<head>
<title>buetow.org - Having fun with computers!</title>
<meta charset='utf-8'>
-<link rel="shortcut icon" type="image/gif" href="https://buetow.org/favicon.ico"/ >
+<link rel="shortcut icon" type="image/gif" href=/favicon.ico" />
<style>
body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; }
img { display: block; max-width: 70%;}