Ajout manifest.json pour icônes raccourcis
This commit is contained in:
parent
161399d33d
commit
6d499815e6
8 changed files with 382 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
<title>Le Gospel de l’Abeille - 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 %}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue