jekyll-theme-developer 0.4.1 → 0.4.2
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/head.html +1 -1
- data/_includes/header.html +6 -6
- 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: 510ce616ec6dcc964d66c7b904e8c812373261bb
|
|
4
|
+
data.tar.gz: d0a09af9d7fd5ee7159284891364a847b78a92ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05d470fa89dc97f1728ce3d960df37e671985aa742789a84c44d9ab1920695668789d15f68e3b30aded347636ff102e37af01f154279bf9c52d838fdf474ee6c
|
|
7
|
+
data.tar.gz: 810d4a052a5c3e1e5635924cba3da42b7b1cf57d09c01b0d65036696103bdcc75e5ebe9bab621294657f16ac8c99638b1eebb9f4709ee5498f1759a6865b91db
|
data/_includes/head.html
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css"
|
|
19
19
|
integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
|
|
20
20
|
<!-- Including Snipcart -->
|
|
21
|
-
|
|
21
|
+
<!--link rel="stylesheet" href="https://cdn.snipcart.com/themes/v3.0.0-beta.3/default/snipcart.css" /-->
|
|
22
22
|
<!-- Including InstantSearch.js library and styling -->
|
|
23
23
|
<script src="https://cdn.jsdelivr.net/npm/instantsearch.js@2.6.0/dist/instantsearch.min.js"></script>
|
|
24
24
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.20.1/moment.min.js"></script>
|
data/_includes/header.html
CHANGED
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
<ul class="nav justify-content-end" id="navigation">
|
|
61
61
|
{% for i in site.urls %}
|
|
62
62
|
<li class="nav-item">
|
|
63
|
-
<a class="nav-link" href="{{ i.url }}">{{ i.text }}</a>
|
|
63
|
+
<a class="nav-link" href="{{ i.url }}"><h3>{{ i.text }}</h3></a>
|
|
64
64
|
</li>
|
|
65
65
|
{% endfor %}
|
|
66
66
|
<li class="nav-item">
|
|
67
|
-
<a class="nav-link" href="{{ site.url}}/search/"><i class="fa fa-search" aria-hidden="true"></i></a>
|
|
67
|
+
<a class="nav-link" href="{{ site.url}}/search/"><h4><i class="fa fa-search" aria-hidden="true"></h4></i></a>
|
|
68
68
|
</li>
|
|
69
|
-
|
|
69
|
+
<!--li class="nav-item">
|
|
70
70
|
<button class="header__checkout snipcart-checkout">
|
|
71
71
|
|
|
72
72
|
<svg width="31" height="27" viewBox="0 0 31 27" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
</svg>
|
|
77
77
|
<span class="snipcart-items-count"></span>
|
|
78
78
|
<!-- <span class="snipcart-total-price"></span> -->
|
|
79
|
-
|
|
80
|
-
</li
|
|
79
|
+
<!--/button>
|
|
80
|
+
</li-->
|
|
81
81
|
</ul>
|
|
82
82
|
|
|
83
83
|
</div>
|
|
84
84
|
</div>
|
|
85
85
|
</div>
|
|
86
86
|
|
|
87
|
-
</header>
|
|
87
|
+
</header>
|