Ability to disable cache storage
This commit is contained in:
parent
c64347def7
commit
3fd99ebac7
3 changed files with 11 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="{% static "favicon/browserconfig.xml" %}">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
{% if no_cache %}
|
||||
<meta name="turbolinks-cache-control" content="no-cache">
|
||||
{% endif %}
|
||||
|
||||
{# Bootstrap CSS #}
|
||||
<link rel="stylesheet"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue