This commit is contained in:
2025-07-14 22:46:29 +02:00
parent a70511e262
commit 5714277b1b
9 changed files with 29 additions and 0 deletions

View File

@ -31,6 +31,10 @@
<link rel="canonical" href="{{ request.url }}">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename='images/apple-touch-icon.png') }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='images/favicon-32x32.png') }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ url_for('static', filename='images/favicon-16x16.png') }}">
<link rel="manifest" href="{{ url_for('static', filename='images/site.webmanifest') }}">
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='images/favicon.ico') }}">
<!-- Stylesheets -->