linaro-jekyll-theme 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/_theme-includes/_footer/footer.html +4 -4
- 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: 9d44fa1865465a4bf9c4596a4dbf40b5fc724cd7
|
4
|
+
data.tar.gz: e788c093dff62ddcc3f23fd75759aab3b4b9c34a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfbd11b8806b053bd7f9f929f63dd563e03574cefb6a54ae4a60ffa6909efa02caf8bbad38aa437fac37bed6f4e29eee5c68f44aa4f4d1b2b8d8bdc6a916ad7f
|
7
|
+
data.tar.gz: ce5e59d4db66f34bc638081389d9b48ad34bcf2e05a4f9b2becc8b7e9530c3d9b2ea8e0ec348ad7c43d3c9d27eb5c0edfc007ee35a54d978ea8286f7b3580562
|
@@ -12,7 +12,7 @@
|
|
12
12
|
<div class="footer" id="footer">
|
13
13
|
<div class="container">
|
14
14
|
<div class="row main-footer-content">
|
15
|
-
{% for column in site.
|
15
|
+
{% for column in site.footer.columns %}
|
16
16
|
<div class="col-xs-6 col-md-2">
|
17
17
|
<ul class="list-unstyled ">
|
18
18
|
<li><b><a href="{{column.url}}">{{column.title}}</a></b></li>
|
@@ -27,9 +27,9 @@
|
|
27
27
|
<div class="row footer-strip">
|
28
28
|
<div class="container">
|
29
29
|
<div class="col-md-6 company-footer-bottom">
|
30
|
-
<a href="{{site.
|
31
|
-
<a style="color:white;">Portions of this content © 2017 <a href="{{site.
|
32
|
-
{% for companypage in site.
|
30
|
+
<a href="{{site.linaro.url}}"><img src="{{site.linaro.footer-logo}}" width="40px" height="100%" alt="Linaro Icon"/></a>
|
31
|
+
<a style="color:white;">Portions of this content © 2017 <a href="{{site.linaro.url}}">{{site.linaro.name}}</a>
|
32
|
+
{% for companypage in site.footer.companylinks %}
|
33
33
|
<span class="coloured-bp">•</span> <a href="{{companypage.url}}">{{companypage.name}}</a>
|
34
34
|
{% endfor %}
|
35
35
|
</div>
|