linaro-jekyll-theme 4.1.2 → 4.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +2 -2
- data/_data/footer.yml +7 -25
- data/_includes/footer/footer.html +3 -3
- data/_layouts/post.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef6489380550d1c690df6d633c0b4868a650be15e5ee048df5c093f3d95b291e
|
4
|
+
data.tar.gz: aa3cf5554a177b41b683d8465bfc369510aaf10117fbf8585dfd8e9ad3c41887
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7b3181a0e782ed535252098ecbc6152bd702d09a69a39b97206288807f319bba0510c379cd8615703a2e8eb8731f4a6fb4f82fcdbd66635a07c05f431c9c6a9
|
7
|
+
data.tar.gz: 14efb7cb06a90c6d7c87bf21e375053a924f3e6807dea78d786e047d1ec5384cb9f4431bf0e6d7910567cf7dc55ec6e0626c572ba989f9e0d00f4b52505d1591
|
data/_config.yml
CHANGED
@@ -51,7 +51,7 @@ defaults:
|
|
51
51
|
layout: post
|
52
52
|
is_post: true
|
53
53
|
comments: true
|
54
|
-
tags_enabled:
|
54
|
+
tags_enabled: true
|
55
55
|
strap_image: /assets/images/breadcrumb-image.jpg
|
56
56
|
- scope:
|
57
57
|
path: ""
|
@@ -136,7 +136,7 @@ disqus:
|
|
136
136
|
# Edit on GitHub Settings
|
137
137
|
edit-on-github:
|
138
138
|
enabled: true
|
139
|
-
repo: https://www.github.com/linaro-marketing/
|
139
|
+
repo: https://www.github.com/linaro-marketing/linaro-jekyll-theme
|
140
140
|
# docs: https://www.github.com/Linaro/website
|
141
141
|
# Page breadcrumb schema - https://schema.org/BreadcrumbList
|
142
142
|
breadcrumb_schema: true
|
data/_data/footer.yml
CHANGED
@@ -2,30 +2,12 @@
|
|
2
2
|
copyright_text: Linaro Limited
|
3
3
|
# Set this to false if you do not want the Linaro logo in the footer.
|
4
4
|
footer_brand:
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
# Contact Info
|
9
|
-
display_contact_details: true
|
5
|
+
url: https://www.linaro.org
|
6
|
+
alt: Linaro Logo
|
7
|
+
path: /assets/images/Linaro-logo-white.png
|
10
8
|
# These links are displayed at the very bottom of the footer.
|
11
9
|
company_links:
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
middle_column:
|
17
|
-
title: Latest News & Blogs
|
18
|
-
latest_posts: true
|
19
|
-
third_column:
|
20
|
-
title: Other Projects
|
21
|
-
items:
|
22
|
-
- name: 96Boards
|
23
|
-
url: https://www.96boards.org
|
24
|
-
- name: Linaro Connect
|
25
|
-
url: https://connect.linaro.org
|
26
|
-
- name: DeviceTree
|
27
|
-
url: https://www.devicetree.org
|
28
|
-
- name: OP-TEE
|
29
|
-
url: https://www.op-tee.org
|
30
|
-
- name: Linaro Developer Cloud
|
31
|
-
url: https://www.linaro.cloud
|
10
|
+
- name: Legal
|
11
|
+
url: /legal/
|
12
|
+
- name: Contact
|
13
|
+
url: /contact/
|
@@ -16,9 +16,9 @@
|
|
16
16
|
</div>
|
17
17
|
{% if site.data.footer.footer_brand %}
|
18
18
|
<div class="col col-12 text-white text-center m-t-10">
|
19
|
-
<a href="{{site.url}}/">
|
20
|
-
<img src="{{site.data.footer.footer_brand.
|
21
|
-
alt="{{site.
|
19
|
+
<a href="{{site.data.footer.footer_brand.url}}/">
|
20
|
+
<img src="{{site.data.footer.footer_brand.path}}" class="footer-logo mx-auto"
|
21
|
+
alt="{{site.data.footer.footer_brand.alt}}" />
|
22
22
|
</a>
|
23
23
|
</div>
|
24
24
|
{% endif %}
|
data/_layouts/post.html
CHANGED
@@ -56,7 +56,7 @@ css_package: blog
|
|
56
56
|
<div class="col col-12">
|
57
57
|
<div class="post_tags text-center text-md-left my-2 my-sm-1">
|
58
58
|
{% assign post_tags = page.tags | sort %}
|
59
|
-
{% for tag in post_tags
|
59
|
+
{% for tag in post_tags %}
|
60
60
|
<a class="btn bg-light text-dark btn-sm my-1" href="/{{page.category | downcase }}/tags/?tag={{tag}}">
|
61
61
|
{{tag}}
|
62
62
|
</a>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: linaro-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.1.
|
4
|
+
version: 4.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-11-
|
11
|
+
date: 2020-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|