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-01 13:19:17 +0100 |
| commit | 02ef1f602639e6e18f84631f544a16fd910c36bc (patch) | |
| tree | cda7d09212915b79835908dfc59b44e352aa35e6 /header.html.part | |
| parent | 1b94453d263eaa733b636f8082b9eccfddde3562 (diff) | |
update the favicon to be a relative link
Diffstat (limited to 'header.html.part')
| -rw-r--r-- | header.html.part | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/header.html.part b/header.html.part index c55863ce..9db721a2 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%;} |
