templates: bust all css caches with resource_version

This commit is contained in:
Zankaria 2024-08-22 00:15:51 +02:00
parent abfa773282
commit ef1634184a
7 changed files with 21 additions and 21 deletions

View file

@ -19,8 +19,8 @@
<h1>{{ settings.title }}</h1>
<img src="{{ config.logo }}" alt="logo" class="home-logo">
<div class="subtitle">{{ settings.subtitle }}</div>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
<link rel="stylesheet" media="screen" href="/stylesheets/dark_red.css">
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}?v={{ config.resource_version }}">
<link rel="stylesheet" media="screen" href="/stylesheets/dark_red.css?v={{ config.resource_version }}">
<p class="home-description" >{{ description }}</p>
</header>
</div>