Skip to content

Commit 80699e4

Browse files
committed
chore(docs): 'matches' key
1 parent 9a40bad commit 80699e4

File tree

7 files changed

+18
-14
lines changed

7 files changed

+18
-14
lines changed

docs/_chsets/EURO-ANT.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
name: EURO_ANT
3-
full_name: Antik-Roman Eurosonderzeichen (matches ANTIKRO)
3+
full_name: Antik-Roman Eurosonderzeichen
44
src: FALC-3968
55
page: 92/1
66
disc: Euro
7+
matches: ANTIKRO
78
tags:
89
- Dänisch
910
- Finnisch
@@ -16,5 +17,3 @@ tags:
1617
- Schwedisch
1718
- Spanisch
1819
---
19-
20-
Matches ANTIKRO

docs/_chsets/EURO-GRF.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
name: EURO_GRF
3-
full_name: Grotesk fett Eurosonderzeichen (matches GROTEFE)
3+
full_name: Grotesk fett Eurosonderzeichen
44
src: FALC-3968
55
page: 93/1
66
disc: Euro
7+
matches: GROTEFE
78
tags:
89
- Dänisch
910
- Finnisch
@@ -16,4 +17,3 @@ tags:
1617
- Schwedisch
1718
- Spanisch
1819
---
19-
Matches GROTEFE

docs/_chsets/EURO-GRL.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
name: EURO_GRL
3-
full_name: Grotesk leicht Eurosonderzeichen (matches GROTLT)
3+
full_name: Grotesk leicht Eurosonderzeichen
44
page: 93/1
55
disc: Euro
66
missing: true
7+
matches: GROTLT
78
tags:
89
- Dänisch
910
- Finnisch
@@ -15,4 +16,4 @@ tags:
1516
- Portugiesisch
1617
- Schwedisch
1718
- Spanisch
18-
---
19+
---

docs/_chsets/EURO-GRM.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
name: EURO_GRM
3-
full_name: Grotesk mikro Eurosonderzeichen (matches GROTMIKR)
3+
full_name: Grotesk mikro Eurosonderzeichen
44
page: 94/1
55
disc: Euro
66
missing: true
7+
matches: GROTMIKR
78
tags:
89
- Dänisch
910
- Finnisch
@@ -15,4 +16,4 @@ tags:
1516
- Portugiesisch
1617
- Schwedisch
1718
- Spanisch
18-
---
19+
---

docs/_chsets/EURO-NOR.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
name: EURO_NOR
3-
full_name: Normande Eurosonderzeichen (matches NORMANDE)
3+
full_name: Normande Eurosonderzeichen
44
page: 94/1
55
disc: Euro
66
missing: true
7+
matches: NORMANDE
78
tags:
89
- Dänisch
910
- Finnisch
@@ -15,4 +16,4 @@ tags:
1516
- Portugiesisch
1617
- Schwedisch
1718
- Spanisch
18-
---
19+
---

docs/_chsets/EURO-PIN.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
name: EURO_PIN
3-
full_name: Pinsel Eurosonderzeichen (matches PINSEL)
3+
full_name: Pinsel Eurosonderzeichen
44
page: 92/1
55
disc: Euro
66
missing: true
7+
matches: PINSEL
78
tags:
89
- Dänisch
910
- Finnisch
@@ -15,4 +16,4 @@ tags:
1516
- Portugiesisch
1617
- Schwedisch
1718
- Spanisch
18-
---
19+
---

docs/_includes/chset-disc.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% assign in_disc = site.chsets | where_exp: "font", "font.disc == disc or font.discs contains disc" %}
33
{% for font in in_disc %}
44
{% assign content = font.content | strip_newlines %}
5-
{% if content != "" or font.missing != true or font.map or font.docs or font.tags != empty %}
5+
{% if content != "" or font.missing != true or font.map or font.docs or font.tags != empty or font.matches %}
66
<figure class="font" id="{{font.name}}">
77
{% unless font.missing %}
88
<img src="{{ font.name | prepend:'img/kb/' | append: '.png' | relative_url }}">
@@ -11,6 +11,7 @@
1111
<h4 class="chset">{% if font.full_name %}{{font.full_name}} {% endif %}»{{font.name}}«</h4>
1212
{% if font.page %}Page: {{font.page}}<br>{% endif %}
1313
{% if font.docs %}Docs: {{font.docs}}<br>{% endif %}
14+
{% if font.matches %}Matches: <code>{{font.matches}}</code><br>{% endif %}
1415
{% unless font.tags == empty %}Tags: {% for tag in font.tags %}{% unless forloop.first %}, {% endunless%}<a href="/chsets/tags#{{tag}}">{{tag}}</a>{% endfor %}<br>{% endunless %}
1516
{% if font.map %}
1617
Mapping file: <a href="{{font.map}}">{{font.map}}</a>

0 commit comments

Comments
 (0)