jekyll-theme-merlot 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: bf399f9d07be0cd919a563af60e438410d4c2587
|
4
|
+
data.tar.gz: cea41e5620d185147a0fee20eef38d34905c6558
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60e308e55e1031f5fd74190d65d70910d2437b015589410907eb74ce59d7b040af31671b23516f8e9de3752a584133e4c4c0faf91bf648d8da397bb91417bf3c
|
7
|
+
data.tar.gz: c5e7421b8937ea1c5d5f44442796c9516d1c9ff2ecc56beb7a6028a80d4fff9181ff7a53a98386b8b360bd73510ec7234eb9e84b2693eff0f4c431276c669946
|
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=640">
|
7
7
|
|
8
|
-
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}" media="screen">
|
8
|
+
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" media="screen">
|
9
9
|
<link rel="stylesheet" href="{{ '/assets/css/mobile.css' | relative_url }}" media="handheld, only screen and (max-device-width:640px)">
|
10
10
|
<link rel="stylesheet" href="{{ '/assets/css/non-screen.css' | relative_url }}" media="handheld, only screen and (max-device-width:640px)">
|
11
11
|
|