jekyll-theme-architect 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: 8f8888eb31cb547f256ad194f6755b7ea904c852
|
4
|
+
data.tar.gz: 38ca7f5d76f4bb498e5f2a7cbc23c339c16243f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7c0f097a7846cba9a47bd6b15f64e7c9b27f49b40a8b16c956f77ec365b20c0b90b9f5ce836ddbb9f4d45f76e31f51ee66e12f5111cd0cefc8b435eb711b0de
|
7
|
+
data.tar.gz: 10ca78595725d8037f91422def1716cad73fae1b7bc6afdcd67303f654ed3ce6db74047ff756543424f9074164a00865153e01b0a249876a74c292bdbdea2036
|
data/_layouts/default.html
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
7
7
|
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
|
8
|
-
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}" media="screen" type="text/css">
|
8
|
+
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" media="screen" type="text/css">
|
9
9
|
<link rel="stylesheet" href="{{ '/assets/css/print.css' | relative_url }}" media="print" type="text/css">
|
10
10
|
|
11
11
|
<!--[if lt IE 9]>
|