summaryrefslogtreecommitdiffstats
path: root/bin/templates/basic_page.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'bin/templates/basic_page.mustache')
-rw-r--r--bin/templates/basic_page.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/templates/basic_page.mustache b/bin/templates/basic_page.mustache
index 0263a3a2..c84f95b9 100644
--- a/bin/templates/basic_page.mustache
+++ b/bin/templates/basic_page.mustache
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width" />
{{{meta_refresh}}}
- <link href="/static/style.css" type="text/css" rel="stylesheet" />
+ <link href="/static/style.css?v={{style_dot_css_sha1sum}}" type="text/css" rel="stylesheet" />
<title>{{page_title}}</title>
</head>
<body class="wrapper">