Bust cache for download page assets

This commit is contained in:
Yuri Sizov
2023-05-18 13:23:30 +02:00
parent 5c406d2903
commit 1f8707d1ea
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ layout: default
{% include header.html %}
<link rel="stylesheet" href="/assets/css/transparent-nav.css">
<link rel="stylesheet" href="/assets/css/download.css">
<link rel="stylesheet" href="/assets/css/download.css?2">
<style>
.digital-stores .digital-store-list {
grid-template-columns: 1fr 1fr;

View File

@@ -6,7 +6,7 @@ layout: default
{% include header.html %}
<link rel="stylesheet" href="/assets/css/transparent-nav.css">
<link rel="stylesheet" href="/assets/css/download.css">
<link rel="stylesheet" href="/assets/css/download.css?2">
<style>
.hero {
background-image: url('/assets/download/download-background-4.x.jpg');