Ajout manifest.json pour icônes raccourcis

This commit is contained in:
Claude Paroz 2025-09-08 19:40:14 +02:00
parent 161399d33d
commit 6d499815e6
8 changed files with 382 additions and 0 deletions

View file

@ -6,6 +6,7 @@
<title>Le Gospel de lAbeille - Bee's Gospel{% block page_title %}{% endblock %}</title>
<link href="{% static 'vendor/bootstrap.min.css' %}" rel="stylesheet">
<link href="{% static 'css/main.css' %}" rel="stylesheet">
<link rel="manifest" href="{% url 'manifest' %}" crossorigin="use-credentials">
<script src="{% static 'vendor/bootstrap.bundle.min.js' %}"></script>
</head>
<body class="{% block bodyclass %}{% endblock %}">