jekyll-theme-cayman 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: b86f27d8e1e6f4a7ff41a690ce91ea9574768b54
|
4
|
+
data.tar.gz: 4f16092ab702505d2ad9d1e2143a31c8e75411fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 819c1cad83b80657942ff49df22665e7b864ff63cab93450387a989640af492de0d4ffa736783c03b6a95362881373f5b95529c9ec6276c063685840d3bcbd3f
|
7
|
+
data.tar.gz: 91a66b60bbed24a29a0102a9c5af755df20a0224fb50fa7110499d85ef9f150009c5c76bb383fc03ceb988440d997b2b1ed2b0f98ac1b19d1ef54c664e26dfad
|
data/_layouts/default.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
7
7
|
<meta name="theme-color" content="#157878">
|
8
8
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
9
|
-
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
9
|
+
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
10
10
|
</head>
|
11
11
|
<body>
|
12
12
|
<section class="page-header">
|