jekyll-theme-hacker 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/default.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36b92153518966f55a00d0b87a72896a440d0955
|
4
|
+
data.tar.gz: 13c329c41700722d2027e2ab72f9c9664274c53f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1c052033340f4c2114a0a964d2df3916cb1db967c6b8428f0534c51c570abbd9a3f71fd105d417e531fa3c016e7302892b1af8184f562eab432779afed09819
|
7
|
+
data.tar.gz: 283b2e484ec2f9704f0702afc1965be4f3c3e04906ddf4d41dd1d19a2d248b106aba5b821930ac5c2fff713aa11badd7cc802cd64d3f7faeca975e34ecbd4b70
|
data/_layouts/default.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset='utf-8'>
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
6
|
-
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
6
|
+
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
7
7
|
<title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>
|
8
8
|
</head>
|
9
9
|
|