We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb40fd9 commit 05385b8Copy full SHA for 05385b8
_layouts/default.html
@@ -4,7 +4,7 @@
4
<meta charset='utf-8'>
5
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
7
- <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 }}">
8
<link rel="stylesheet" type="text/css" href="{{ '/assets/css/print.css' | relative_url }}" media="print">
9
<!--[if lt IE 9]>
10
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
0 commit comments