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

Merge branch 'develop' into 'production'

Cache busting for style - 23-08-16

See merge request hub/hub!678
parents ec32ac66 f213234b
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=202112231340">
<link rel="stylesheet" href="{{ static('plainui/%s.css' % (css_scope(),)) }}?v=20320816_1000">
<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