feat: PWA support

This commit is contained in:
Herculino Trotta
2025-01-23 12:49:50 -03:00
parent f7c3a2f320
commit bcc96588bf
9 changed files with 49 additions and 45 deletions

View File

@@ -1,3 +1,4 @@
{% load pwa %}
{% load title %}
{% load webpack_loader %}
<!doctype html>
@@ -11,8 +12,9 @@
{% endblock title %}
{% endfilter %}
</title>
{% include 'includes/head/favicons.html' %}
{% progressive_web_app_meta %}
{% include 'includes/styles.html' %}
{% block extra_styles %}{% endblock %}