jekyll-geolexica 1.2.1 → 1.2.2

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: 01b4d8498b41c08da63811dee11377b521abbd66570af88ecd73014facbd9b44
4
- data.tar.gz: e44334f5a3be774782281ff73c4cd073d609b901d48504692d04aeeaca804697
3
+ metadata.gz: 16b61fec651a03fc3c31bf870fd9f0aa26002c383d3b6c7a7f8cc0cbccc9533f
4
+ data.tar.gz: e3b92ffc63f563b35a208b21c24c52a53749cde74f0318c974d778e65a07188c
5
5
  SHA512:
6
- metadata.gz: 14563d408342bde6cf0a5afa74659592bf8d79f61a3794094bdb7ea901e40016525e8be41ce48c6d2ce7fffe87eb08477999d40b21377b1b1693ec6c20a65ad3
7
- data.tar.gz: c40cc71528cfb76bd4aeb4df2ba62ee342bb1f9d3afb4709af03f073d73ee00c279ff2730a6e4f8c855a157f61920292b10ec45580e3c0e82468ace48371af6c
6
+ metadata.gz: 9a94b9b84a67cb1f4b7245c7f36cd2d034db1463d7e49d4f35d8a51e23005c4839076b74315964fa6cf29583df45b7a9c3e143160bb9602b3d8203d2ab786896
7
+ data.tar.gz: f2001b4ad79f50a36e4165f36d715c413f0a492113079795123b4dac54db3ec4c9210edb0fa150c3b94b5e4ca64f951744726b63b87636a280005b00702aa397
@@ -0,0 +1,23 @@
1
+ <div class="all-concepts">
2
+ <table>
3
+ <thead>
4
+ <tr>
5
+ <th class="field-termid">Term ID
6
+ <th class="field-term">Term
7
+ </tr>
8
+ </thead>
9
+
10
+ <tbody>
11
+ {% for concept in include.concepts %}
12
+ <tr>
13
+ <td class="field-termid">
14
+ <a href="{{ concept.url | relative_url }}">{{ concept.termid }}</a>
15
+ </td>
16
+ <td class="field-term">
17
+ <a href="{{ concept.url | relative_url }}">{{ concept.term }}</a>
18
+ </td>
19
+ </tr>
20
+ {% endfor %}
21
+ </tbody>
22
+ </table>
23
+ </div>
@@ -9,30 +9,8 @@ title: All Concepts
9
9
 
10
10
  The concepts below are sorted by term name, alphabetically, in a case-insensitive way.
11
11
 
12
- ++++
13
- {% assign sortedConcepts = site.concepts | sort_natural: "term" %}
14
-
15
- <div class="all-concepts">
16
- <table>
17
- <thead>
18
- <tr>
19
- <th class="field-termid">Term ID
20
- <th class="field-term">Term
21
- </tr>
22
- </thead>
12
+ {% assign sorted_concepts = site.concepts | sort_natural: "term" -%}
23
13
 
24
- <tbody>
25
- {% for concept in sortedConcepts %}
26
- <tr>
27
- <td class="field-termid">
28
- <a href="{{ concept.url | relative_url }}">{{ concept.termid }}</a>
29
- </td>
30
- <td class="field-term">
31
- <a href="{{ concept.url | relative_url }}">{{ concept.term }}</a>
32
- </td>
33
- </tr>
34
- {% endfor %}
35
- </tbody>
36
- </table>
37
- </div>
14
+ ++++
15
+ {% include concepts-list.html concepts=sorted_concepts %}
38
16
  ++++
@@ -3,6 +3,6 @@
3
3
 
4
4
  module Jekyll
5
5
  module Geolexica
6
- VERSION = "1.2.1".freeze
6
+ VERSION = "1.2.2".freeze
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-geolexica
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-05 00:00:00.000000000 Z
11
+ date: 2020-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -100,7 +100,7 @@ dependencies:
100
100
  - - "~>"
101
101
  - !ruby/object:Gem::Version
102
102
  version: '3.9'
103
- description:
103
+ description:
104
104
  email:
105
105
  - open.source@ribose.com
106
106
  executables: []
@@ -117,6 +117,7 @@ files:
117
117
  - _includes/concept-lead-info.html
118
118
  - _includes/concept-review.html
119
119
  - _includes/concept-source.html
120
+ - _includes/concepts-list.html
120
121
  - _includes/head.html
121
122
  - _includes/localized-concept.html
122
123
  - _includes/newsroll-entry.html
@@ -191,7 +192,7 @@ metadata:
191
192
  bug_tracker_uri: https://github.com/geolexica/geolexica-server/issues
192
193
  homepage_uri: https://open.ribose.com/
193
194
  source_code_uri: https://github.com/geolexica/geolexica-server
194
- post_install_message:
195
+ post_install_message:
195
196
  rdoc_options: []
196
197
  require_paths:
197
198
  - lib
@@ -207,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
207
208
  version: '0'
208
209
  requirements: []
209
210
  rubygems_version: 3.0.3
210
- signing_key:
211
+ signing_key:
211
212
  specification_version: 4
212
213
  summary: Geolexica plugin for Jekyll
213
214
  test_files: []