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

@ -2,7 +2,7 @@
<!doctype html>
<html>
<head>
<link rel="stylesheet" media="screen" href="/stylesheets/style.css">
<link rel="stylesheet" media="screen" href="/stylesheets/style.css?v={{ config.resource_version }}">
<meta charset="utf-8">
<title>{{ settings.title }}</title>
{% if config.meta_keywords %}<meta name="keywords" content="{{ config.meta_keywords }}">{% endif %}