_layouts/default.html in jekyll-theme-minimal-0.0.2 vs _layouts/default.html in jekyll-theme-minimal-0.0.3
- old
+ new
@@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>
- <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 }}">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>