jekyll-web-novel 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/admin/index.html +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0166112468eb999c9f0ce3b015485d700fe8ae4c5dad8afb24d1808cbce54bb
|
|
4
|
+
data.tar.gz: 9d7fb30411115f0a357d90d4530dc9afa85ee1b7616d8bf1b8d880c92f09588d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c07ef85e23a3c7753956832405f8c250f77e9cc1dd817210997aaf46dc2d8e87581332c967acfc8b97673fae1776d319043e8a27150f55eab15c037f2c927279
|
|
7
|
+
data.tar.gz: ac4e5a0fd5099e1c645f64a5c380e06324ef794f918298a4250142d68eb7de461ab8fe742974ddb9dcb1bb2178a6443963b761b42b1fb71cdf5005c1e22024ba
|
data/admin/index.html
CHANGED
|
@@ -11,4 +11,5 @@
|
|
|
11
11
|
<!-- Include the script that builds the page and powers Netlify CMS -->
|
|
12
12
|
<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
|
|
13
13
|
</body>
|
|
14
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Nats-ji/netlify-cms-dark@master/dark.min.css">
|
|
14
15
|
</html>
|