diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-06-14 14:50:18 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-06-14 14:50:18 -0500 |
commit | 83b1821aa99b94edb7c3d0e0670ceab78990a12c (patch) | |
tree | bd7923041d39b752b01c1f9a21c5cf992d69c1b1 | |
parent | 48acbcbc213f1bf4ff1237f183a83f5e927ee383 (diff) | |
download | hn-83b1821aa99b94edb7c3d0e0670ceab78990a12c.tar.gz hn-83b1821aa99b94edb7c3d0e0670ceab78990a12c.tar.bz2 hn-83b1821aa99b94edb7c3d0e0670ceab78990a12c.zip |
temporarily remove favicon link
-rw-r--r-- | templates/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/template.html b/templates/template.html index 059ffd8..51b24b7 100644 --- a/templates/template.html +++ b/templates/template.html @@ -9,7 +9,7 @@ <meta name="author" content="My Name"> <meta name="description" content="{page_description}"> <link rel="canonical" href="{canonical_url}"> - <link rel="icon" href="/favicon.ico"> + <!--<link rel="icon" href="/favicon.ico">--> <link rel="stylesheet" href="/static/styles.min.css"> </head> |