append build revision to stylesheet path to break cache

This commit is contained in:
Ben Balter 2016-12-14 14:57:48 -05:00
parent 8f614ade83
commit 82f1b0f10c

View File

@ -3,7 +3,7 @@
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>
</head>