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
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue