elixir-toolkit-theme 1.19.0 → 1.19.1
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 +4 -4
- data/_includes/resource-table-all.html +1 -1
- data/_includes/section-navigation-tiles.html +3 -0
- 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: d25ccdccd8546e8462ab2f2c328a2a47b603ccf64aed11f73653f7adc5f77ae0
|
4
|
+
data.tar.gz: ed33ad9d7f1059b2e66dfc0b59661114402b36a9e0de8a507260f004d76d7b21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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-
|
11
|
+
date: 2022-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|