diff options
author | Adam Stück <adam@adast.dk> | 2023-11-09 20:00:16 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2023-11-09 20:00:16 +0100 |
commit | fbb9bf9877318c084137525de76877033fb627b4 (patch) | |
tree | 418005dade9b93be6104f034be6d5c25157032f1 /src/_header.html | |
parent | 095f88196d40bf524b241e0c36803f1513bc38c4 (diff) |
drop favicon
Diffstat (limited to 'src/_header.html')
-rw-r--r-- | src/_header.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/_header.html b/src/_header.html index c998840..a9cf5b8 100644 --- a/src/_header.html +++ b/src/_header.html @@ -4,7 +4,6 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> - <link rel="icon" type="image/x-icon" href="/favicon.ico"> <link rel="alternate" type="application/rss+xml" title="" href='feed'> <link rel="stylesheet" type="text/css" href="/main.css"> </head> |