1
0

Add favicon

This commit is contained in:
2024-01-26 17:12:11 +01:00
parent 4fd68a25ff
commit 8ace90578e
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<title>{% block title %}{{ config.title }}{% endblock %}</title>
<link rel="alternate" type="application/atom+xml" title="Atom" href="{{ get_url(path="/posts/atom.xml", trailing_slash=false) }}">
<link rel="stylesheet" href="/style.css">
<link rel="icon" href="favicon.svg">
</head>
<body>
<header>