templates/base.html: disable favicon site-wide

This commit is contained in:
Colin 2022-04-05 20:34:33 +00:00
parent 08b008699d
commit 41678b967e
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
<meta charset="utf-8">
<title>Perfectly Sane</title>
<link rel="stylesheet" href="{{ get_url(path="static/style.css") | safe }}">
{# i have no favicon: this disable requests to /favicon.ico #}
<link rel="icon" href="data:,">
</head>
{% set about = get_page(path="about.md") %}