Skip to content
Snippets Groups Projects
Commit 3381580c authored by Roang's avatar Roang
Browse files

Add css cache bust 2023-08-17 00:55

parent 40b47c56
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
<html lang="{{ get_language() }}" class="no-js">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="{{ static('plainui/%s.css' % (css_scope(),)) }}?v=20320816_1000">
<link rel="stylesheet" href="{{ static('plainui/%s.css' % (css_scope(),)) }}?v=20320817_0055">
<link rel="icon" href="{{ static('plainui/img/favicon.ico') }}" type="image/x-icon">
<title>{% block title %}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment