web: templates/layout.html: increment ?v= following sidebar changes
As usual, we must increment those version numbers when changes are made to style.css and/or script.js. That purges the production cache. Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
This commit is contained in:
parent
0b65c2c459
commit
378dcf7e49
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
Elixir Cross Referencer - Explore source code in your browser - Particularly useful for the Linux kernel and other low-level projects in C/C++ (bootloaders, C libraries...)
|
||||
{%- endblock %}">
|
||||
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1" />
|
||||
<link rel="stylesheet" href="/static/style.css?v=7">
|
||||
<link rel="stylesheet" href="/static/style.css?v=8">
|
||||
<link rel="stylesheet" href="/static/banner.css">
|
||||
<link rel="stylesheet" href="/static/autocomplete.css">
|
||||
<script>
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
<span class="poweredby">powered by <a target="_blank" href="https://github.com/bootlin/elixir">Elixir 2.2</a></span>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="/static/script.js?v=5"></script>
|
||||
<script src="/static/script.js?v=6"></script>
|
||||
<script src="/static/dynamic-references.js?v=4"></script>
|
||||
<script src="/static/autocomplete.js" project="{{ current_project }}"></script>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue