linaro-jekyll-theme 0.8.9 → 0.9.0
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4dbdf7778c9d1a134f565cee26a6631707d13ed5
|
|
4
|
+
data.tar.gz: 0162e458ab42a7114368dad88fdcce2cd9f69e69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3766aaa093ac90e83ae376d93fddc3ce28b1a48ec911395edc892df77482d4ec5aeaf4a613030dca69114cc7c446abb289e6557c2a9bc13b67282a23165718a8
|
|
7
|
+
data.tar.gz: c1e30e9f775eee240af253a0f4fa555c9f2481b0fe3dfb35cc1bf3d6b1c5c80d210160f1042f1b93bbc198d6a29cf624e2a1f5ae26dae3ec08a96dc5ab84627c
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
{% for column in site.data.footer.columns %}
|
|
38
38
|
<div class="col-xs-6 col-md-2">
|
|
39
39
|
<ul class="list-unstyled ">
|
|
40
|
-
<li><b><a class="footer-heading" href="{% if column.url %}{{column.url}}{% endif %}">{{column.title}}</a></b></li>
|
|
40
|
+
<li><b><a class="footer-heading" href="{% if column.url %}{{column.url}}{% else %}#{% endif %}">{{column.title}}</a></b></li>
|
|
41
41
|
{% if column.items %}
|
|
42
42
|
{% for item in column.items %}
|
|
43
43
|
<li><a class="footer-element" href="{{item.url}}">{{item.text}}</a></li>
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
<ul class="dropdown-menu">
|
|
42
42
|
{% for menu_option in section.options %}
|
|
43
43
|
<li>
|
|
44
|
-
<a target="_self" href="{{menu_option.url}}" title="{{menu_option.txt}}">{{menu_option.text}}</a>
|
|
44
|
+
<a target="_self" href="{{menu_option.url}}" class="dropdown-item" title="{{menu_option.txt}}">{{menu_option.text}}</a>
|
|
45
45
|
</li>
|
|
46
46
|
{% endfor %}
|
|
47
47
|
</ul>
|
data/_sass/core/nav.scss
CHANGED
data/assets/css/home-page.scss
CHANGED