elixir-toolkit-theme 1.19.0 → 1.19.1

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: 8974445df1cfdf69a5a0bc624bebace7dc8dd1d3865d28001b6098be12dd4d48
4
- data.tar.gz: 4aa16186b7890329f81bd5766e042e1b098c3f7c438061ffed2e49bd9278c568
3
+ metadata.gz: d25ccdccd8546e8462ab2f2c328a2a47b603ccf64aed11f73653f7adc5f77ae0
4
+ data.tar.gz: ed33ad9d7f1059b2e66dfc0b59661114402b36a9e0de8a507260f004d76d7b21
5
5
  SHA512:
6
- metadata.gz: fc9d21cbe26bf4978d51009ccb97b8ccc9701c2ed3adc6abd087d99c3600c792a109cbccc333dec8ae6ef75cd8f9946f2507e20421a1987d3c8d7c24ccd41b96
7
- data.tar.gz: b9043913369071d3ec4eb0dbebec2ef01d07bae10dd0d78c9bd92c156e4b65b91a6104b4deb2ad1d01bcfbd03867a5a66cc9d113430381e5560688c675167f1d
6
+ metadata.gz: ba1d252ef46b69fe558e36b840c93babc1e1f3d27d81f92197cab2466c8f9394785cb025f2a8763a14dfd2ab253282f7381babb31f7bd4a9cc87ab8f7c992629
7
+ data.tar.gz: 5c7418b95f1166342318aef1dd58271ac6bad3288da64d22ade55303af54ef5974055acca4adba5d1b52a525808d84f63f9900c77d8673e7dc8bcc5325d4ac0a
@@ -103,7 +103,7 @@
103
103
  {%- assign hide_ids = hide_ids | append: " " | append: tool_id %}
104
104
  <tr {% unless include.tag==nil %} class="collapse multi-collapse" id="{{tool_id}}" {% endunless %}>
105
105
  {% if tool.url %}
106
- <td><a href="{{tool.url}}">{{tool.name}}</a><a href="{{country_page.url}}" data-bs-toggle="tooltip" title="{{country_page.title}}"><span class="flag-icon ms-2 flag-icon-{{country_page.country_code | downcase }}"></span></a></td>
106
+ <td><a href="{{tool.url}}">{{tool.name}}</a><a href="{{country_page.url | relative_url }}" data-bs-toggle="tooltip" title="{{country_page.title}}"><span class="flag-icon ms-2 flag-icon-{{country_page.country_code | downcase }}"></span></a></td>
107
107
  {%- else %}
108
108
  <td>{{tool.name}}<a href="{{country_page.url}}"><span class="flag-icon ms-2 flag-icon-{{country_page.country_code | downcase }}"></span></a></td>
109
109
  {%- endif %}
@@ -50,7 +50,9 @@
50
50
  {%- for current_page in site.pages | sorted %}
51
51
  {%- assign affiliations_classes = "" %}
52
52
  {%- assign related_pages_classes = "" %}
53
+ {%- assign except = include.except | split: ", " %}
53
54
  {%- if current_page.title and current_page.search_exclude != true and current_page.type == include.type %}
55
+ {%- unless except contains current_page.name %}
54
56
  {%- if current_page.affiliations %}
55
57
  {%- capture affiliations_classes -%}
56
58
  {%- assign affiliations_output = "" %}
@@ -164,6 +166,7 @@
164
166
  {%- endif %}
165
167
  </div>
166
168
  </div>
169
+ {% endunless %}
167
170
  {%- endif %}
168
171
  {%- endfor %}
169
172
  </div>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elixir-toolkit-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bedroesb
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-07 00:00:00.000000000 Z
11
+ date: 2022-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll