diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-01 13:19:17 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | ff732376f7c68eb032f075463cf9484b0ad9fa95 (patch) | |
| tree | 1aa7d136cac8a7f3bdbf6fe846da80f5c3cdcd7a /content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html | |
| parent | 74b0f6ebca8d52749744c25f9e99e07d29871f6a (diff) | |
update the favicon to be a relative link
Diffstat (limited to 'content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html')
| -rw-r--r-- | content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html b/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html index e43e6f09..92d5fb91 100644 --- a/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.html +++ b/content/html/gemfeed/2021-04-24-welcome-to-the-geminispace.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%;} |
