We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dada374 commit a26cf57Copy full SHA for a26cf57
_layouts/default.html
@@ -6,7 +6,7 @@
6
<meta http-equiv="X-UA-Compatible" content="chrome=1">
7
<meta name="description" content="{{ site.title | default: site.github.repository_name }} : {{ site.description | default: site.github.project_tagline }}">
8
9
- <link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css' | relative_url }}">
+ <link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
10
11
<title>{{ site.title | default: site.github.repository_name }}</title>
12
</head>
0 commit comments