www: add favicon

This commit is contained in:
missytake
2023-12-09 10:14:46 +01:00
committed by holger krekel
parent 8e6869d8e3
commit 3cd4265c94
2 changed files with 46 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
{% endif %}
<title>{{ config.mail_domain }} {{ pagename }}</title>
<link rel="stylesheet" href="./water.css">
<link rel="icon" href="/logo.svg">
<link rel=”mask-icon” href=”/logo.svg” color=”#000000">
</head>
<body>
{{ markdown_html }}