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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e6496b64f5d839907f89ef6b760a9558bca7824e94952cf2ab89ca32dc2366b
4
- data.tar.gz: a6add4a5623ade9512650c5f9b9eeac95f637aec85338e3a98c998637139994b
3
+ metadata.gz: ef6489380550d1c690df6d633c0b4868a650be15e5ee048df5c093f3d95b291e
4
+ data.tar.gz: aa3cf5554a177b41b683d8465bfc369510aaf10117fbf8585dfd8e9ad3c41887
5
5
  SHA512:
6
- metadata.gz: e95b99b539b840faa769eaece365cd7dcf780e132bdd34491d445f70cf774f841372f7e91427e3dc0cd4e783613f9163d3d505340c252044dc12cb546a7f2428
7
- data.tar.gz: e1b8860cdb0b7f9896e988512d339316f7e069a75b56f7cbb413efda2e373b46ffc96064c6ca27158281012dbf15d79c3e3158cf8ce7426ea7c734f596e6464f
6
+ metadata.gz: d7b3181a0e782ed535252098ecbc6152bd702d09a69a39b97206288807f319bba0510c379cd8615703a2e8eb8731f4a6fb4f82fcdbd66635a07c05f431c9c6a9
7
+ data.tar.gz: 14efb7cb06a90c6d7c87bf21e375053a924f3e6807dea78d786e047d1ec5384cb9f4431bf0e6d7910567cf7dc55ec6e0626c572ba989f9e0d00f4b52505d1591
@@ -51,7 +51,7 @@ defaults:
51
51
  layout: post
52
52
  is_post: true
53
53
  comments: true
54
- tags_enabled: false
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/jumbo-jekyll-theme
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
@@ -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
- logo: /assets/images/Linaro-logo-white.png
6
- # Social Media Icons Row
7
- social_media_icons: true
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
- - name: Legal
13
- url: /legal/
14
- - name: Contact
15
- url: /contact/
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.logo}}" class="footer-logo mx-auto"
21
- alt="{{site.name}} Logo" />
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 %}
@@ -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 limit: site.tag_limit %}
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.2
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-02 00:00:00.000000000 Z
11
+ date: 2020-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll