add favicon to the base template

This commit is contained in:
Ittihadyya 2024-11-12 13:12:52 +02:00
parent 97efff591c
commit d9eac91878

View file

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="{{ get_url(path="css/general-style.css") }}"/>
<link rel="stylesheet" href="{{ get_url(path="css/navbar.css") }}"/>
<link rel="icon" type="image/png" href="{{ get_url(path="images/favicon.png") }}"/>
{% block head %} {% endblock %}
</head>
<body class="base-body">