summaryrefslogtreecommitdiff
path: root/content/html/index.html
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 /content/html/index.html
parent74b0f6ebca8d52749744c25f9e99e07d29871f6a (diff)
update the favicon to be a relative link
Diffstat (limited to 'content/html/index.html')
-rw-r--r--content/html/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/html/index.html b/content/html/index.html
index ded6271c..f18b3b8e 100644
--- a/content/html/index.html
+++ b/content/html/index.html
@@ -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%;}