forked from leftypol/leftypol
templates: bust all css caches with resource_version
This commit is contained in:
parent
abfa773282
commit
ef1634184a
7 changed files with 21 additions and 21 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue