feat: add favicons and logos

This commit is contained in:
Herculino Trotta
2024-10-14 11:05:32 -03:00
parent b3b6bec44d
commit f785488977
33 changed files with 74 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
{% block extrahead %}
{{ block.super }}
{% include 'includes/head/favicons.html' %}
<script>
let tz = Intl.DateTimeFormat().resolvedOptions().timeZone;
if (!tz) {
@@ -9,4 +12,4 @@
}
document.cookie = "mytz=" + tz + ";path=/";
</script>
{% endblock %}
{% endblock %}