jekyll-geolexica 1.8.4 → 1.8.5

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: fad6a24e360f3645f7b5045502c0aba3eb9ab66845a12a2b52833cf621bcabf7
4
- data.tar.gz: 1ffe82fa1f282cf166d075577d7785e5bbcbba94626df0c1f2cde4ab8509d956
3
+ metadata.gz: 1f2e4bcbfbbc858dab343b69a8ca6e6f9bffc7614e351edd4912d5b634f2b753
4
+ data.tar.gz: e594f95d15905ba550ba28dc9406fea89275c72a83698991b6cf059f8c8ebf73
5
5
  SHA512:
6
- metadata.gz: 62285c54a481761fb7f6e58177efd4558b408682cecc4e88494ae8f5da056aebc7412eddecd062f2ba68f3ddaa48bfb6b1e93ecb9005fc25919f82dcf00e6c1c
7
- data.tar.gz: c34b102dc55691f538d33aab7a082d84af743a6819a8ad72009e6a3eea915f56f51a69ada1b6e38f58fe4e1b14ca8a0138445e094e5018779f29f3cb586ce49e
6
+ metadata.gz: b8f4388e91b95498f5bb9c149442a4f80838934e85abe00dadc76db098c77d1c20cc94d7774f25c85c726747bc92b447fc5bebf544b417e02597713636cc54ad
7
+ data.tar.gz: 4edf86b932528075fa07fb67a6fe93d222e31367b42a6461054eed9773859362b37bb80f7ce98a31822bdf76f0a8c15fd7a70ef76f0b2ed104201ee6a2c74a68
@@ -1,6 +1,28 @@
1
1
  <header>
2
- <h2 class="section-title">
3
- Concept
4
- <span class="term-name">{{ page.term | escape }}</span>
5
- </h2>
2
+ <div class="header-row">
3
+ <h2>
4
+ Concept
5
+ <span class="term-name">{{ page.term | escape }}</span>
6
+ </h2>
7
+
8
+ <div class="links">
9
+ {%- assign current_url = site.url | append: page.url -%}
10
+
11
+ {% if site.suggest_translation_url %}
12
+ <div>
13
+ <a href="{{ site.suggest_translation_url }}<{{ current_url }}>" target="_blank">
14
+ Suggest translation
15
+ </a>
16
+ </div>
17
+ {% endif %}
18
+
19
+ {% if site.suggest_translation_url %}
20
+ <div>
21
+ <a href="{{ site.report_issue_url }}<{{ current_url }}>" target="_blank">
22
+ Report an issue
23
+ </a>
24
+ </div>
25
+ {% endif %}
26
+ </div>
27
+ </div>
6
28
  </header>
data/_sass/concept.scss CHANGED
@@ -195,10 +195,25 @@ body.concept > main {
195
195
  margin-left: $sideOffsetBase;
196
196
  margin-right: $sideOffsetBase;
197
197
  }
198
+
198
199
  .field {
199
200
  margin: 0 15vw 0 15vw;
200
201
  }
201
202
 
203
+ .header-row {
204
+ margin: 0 15vw 0 0;
205
+ display: flex;
206
+ }
207
+
208
+ .links {
209
+ margin-left: auto;
210
+
211
+ > div a {
212
+ color: $warningColor;
213
+ border-bottom: none;
214
+ }
215
+ }
216
+
202
217
  @media screen and (min-width: $bigscreenBreakpoint) {
203
218
  .field {
204
219
  margin-left: calc(#{$sideOffsetBase} - #{$logoOffset});
@@ -30,6 +30,14 @@ module Jekyll
30
30
  File.expand_path("#{glossary_path}/bibliography.yaml", site.source)
31
31
  end
32
32
 
33
+ def suggest_translation_url
34
+ glossary_config["suggest_translation_url"]
35
+ end
36
+
37
+ def report_issue_url
38
+ glossary_config["report_issue_url"]
39
+ end
40
+
33
41
  def term_languages
34
42
  glossary_config["term_languages"]
35
43
  end
@@ -3,6 +3,6 @@
3
3
 
4
4
  module Jekyll
5
5
  module Geolexica
6
- VERSION = "1.8.4".freeze
6
+ VERSION = "1.8.5".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.8.4
4
+ version: 1.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -263,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
263
263
  - !ruby/object:Gem::Version
264
264
  version: '0'
265
265
  requirements: []
266
- rubygems_version: 3.1.6
266
+ rubygems_version: 3.3.26
267
267
  signing_key:
268
268
  specification_version: 4
269
269
  summary: Geolexica plugin for Jekyll