jekyll-bulma-theme 1.0.8 → 1.0.9
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/_includes/foot.html +1 -0
- data/_includes/head.html +0 -0
- data/_layouts/default.html +2 -1
- metadata +3 -2
- data/_includes/footer.html +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 241731ae8ff72d6ed40b4cf3b4cf64f4e8cd62f3db8307dbeed5944483ff5ae2
|
4
|
+
data.tar.gz: d48d453e1de88ce4787ca24756a09e2d3264afba8d93e99b03a8322d6eb5feb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fd39076dddfc6d1c54befe8623f4155b98811a13535faf1f8511885555e39608428c43dd1a0964895870a93e4c737adf9bccf48412fdb5a4c618c3e6bc54a2c
|
7
|
+
data.tar.gz: 000242b62d9ff1e4de6542d8e18798cbcb74fc019ac0b0a0e75bf232f118882abe135241c5e2be893a0dc4f652cb12357e131952edb3d0263c2c8b75fdc73166
|
data/_includes/foot.html
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
<!-- <meta>Extra head HTML element</meta> -->
|
data/_includes/head.html
ADDED
File without changes
|
data/_layouts/default.html
CHANGED
@@ -21,6 +21,7 @@
|
|
21
21
|
<link rel="shortcut icon" type="image/png" href="{{ 'assets/favicon/16x16.png' | absolute_url }}" sizes="16x16"/>
|
22
22
|
<link rel="shortcut icon" type="image/png" href="{{ 'assets/favicon/32x32.png' | absolute_url }}" sizes="32x32"/>
|
23
23
|
<script defer src="https://use.fontawesome.com/releases/v{{ site.version.font-awesome }}/js/all.js"></script>
|
24
|
+
{% include head.html %}
|
24
25
|
</head>
|
25
26
|
<body>
|
26
27
|
<div id="shadowed" style="display: none;"></div>
|
@@ -49,6 +50,6 @@
|
|
49
50
|
</div>
|
50
51
|
</footer>
|
51
52
|
<script src="{{ 'assets/js/app.js' | absolute_url }}"></script>
|
52
|
-
{% include
|
53
|
+
{% include foot.html %}
|
53
54
|
</body>
|
54
55
|
</html>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-bulma-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nakorn Sinpadung
|
@@ -61,7 +61,8 @@ extra_rdoc_files: []
|
|
61
61
|
files:
|
62
62
|
- LICENSE.txt
|
63
63
|
- README.md
|
64
|
-
- _includes/
|
64
|
+
- _includes/foot.html
|
65
|
+
- _includes/head.html
|
65
66
|
- _includes/header.html
|
66
67
|
- _includes/navbar.html
|
67
68
|
- _includes/share-button.html
|
data/_includes/footer.html
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
<!-- <script>yourScriptHere();</script> -->
|