Skip to content

Commit

Permalink
Bust cache for boxes.css on every build
Browse files Browse the repository at this point in the history
Following on from the work in
#3097, ensure we bust
the cache for boxes.css too which was missed in the first pass as it
isn't included on every page.
  • Loading branch information
mudge committed Oct 4, 2023
1 parent fdbdf41 commit a32b057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-assets/_layouts/boxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
{% include head.html %}
<link rel="stylesheet" href="{{ site.baseurl }}/css/boxes.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/boxes.css?ver={{ site.time | date: '%s' }}">
</head>
<body>
{% include header.html %}
Expand Down

0 comments on commit a32b057

Please sign in to comment.