jekyll-theme-primer 0.1.3 → 0.1.4
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: 64f23d84a2dfd999b77cfa652b9eb7728e09e86d
|
4
|
+
data.tar.gz: 21fefbc1637f2e5937105a0bf41232d1a5b2a5b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c7bb78775b5b7df2b4f1a0ec8dce3e465989c38b937b2a5b5f4754fc08f9dc24128f5d7f541e8c36e580ba776c6285fe990004c6a389653578667472e28d221
|
7
|
+
data.tar.gz: 903095fcb1742088ca7347359849cec89477f455ffd8af8df006bbd333d547fc019cf0b0df3a582a4a273caa0724b9d671836f01acb0c10542cc3a1f8ba79368
|
data/_layouts/default.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<meta charset="UTF-8">
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
6
6
|
<title>{{ page.title | default: site.title | default: site.github.repository_name }}</title>
|
7
|
-
<link href="{{
|
7
|
+
<link href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" rel="stylesheet">
|
8
8
|
</head>
|
9
9
|
<body>
|
10
10
|
<div class="container">
|