Skip to content

Commit c52e1bf

Browse files
authored
Merge pull request #132 from coderdojo-japan/add-time-based-hash-to-flush-cache
Add time-based URL param for stylesheet to flush cache in web browsers
2 parents 8fd5178 + 9c8b2cb commit c52e1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@
6464

6565
<!-- CSS -------------------------- -->
6666
<!-- DojoCon CSS -->
67-
<link rel="stylesheet" href="/css/main.css?3ba454d" />
67+
<link rel="stylesheet" href="/css/main.css?v={{ 'now' | date: '%Y%m%d-%H%M%S' }}" />
6868
</head>

0 commit comments

Comments
 (0)