Skip to content

Commit 069792b

Browse files
committed
chore(docs): menu/fdisc index updates
1 parent cb51b51 commit 069792b

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

docs/_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ <h2 id="project_tagline">{{ site.description | default: site.github.project_tagl
6060
<li><a href="{{ '/fdiscs' | relative_url }}">Font Discs</a></li>
6161
<li><a href="{{ '/fdiscs/standard' | relative_url }}">Standard ChSets</a></li>
6262
<li><a href="{{ '/chsets/other' | relative_url }}">Other ChSets</a></li>
63+
<li><a href="{{ '/chsets/tags' | relative_url }}">ChSet Tags</a></li>
6364
<li><a href="{{ '/chsets/all' | relative_url }}">All ChSets</a></li>
6465
<li><a href="{{ '/chsets/missing' | relative_url }}">Missing Characters</a></li>
6566
</ul>

docs/fdiscs.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ Application Systems sold a collection of font discs. The named ones were
77
professional creations, while the *Signum-Font-eXchange* (SiFoX) was set
88
up to redistribute user-generated fonts to Signum licensees.
99

10+
## Disc index
11+
12+
<ul>
13+
{% assign fdiscs = site.fdiscs | sort: "sort-key" %}
14+
{% for disc in fdiscs %}
15+
<li><a href="{{ disc.url | relative_url }}">{{ disc.link_name | default:disc.short }}</a></li>
16+
{% endfor %}
17+
</ul>
18+
1019
### Signum-Font-eXchange (SiFoX)
1120

1221
By sending in a complete font of your own design for distribution through
@@ -40,12 +49,3 @@ Buch zur Gestaltung*):
4049
In other words, the font copyright remains with their authors, there's
4150
a limited license granted to ASH to re-distribute the fonts under the
4251
terms of the SiFoX itself, for use with Signum!.
43-
44-
## Disc index
45-
46-
<ul>
47-
{% assign fdiscs = site.fdiscs | sort: "sort-key" %}
48-
{% for disc in fdiscs %}
49-
<li><a href="{{ disc.url | relative_url }}">{{ disc.link_name | default:disc.short }}</a></li>
50-
{% endfor %}
51-
</ul>

docs/signum/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ This section is about *Signum!* in general. This information is not limited to t
1616
- [Font Discs]({{ '/fdiscs' | relative_url }})
1717
- [Standard]({{ '/fdiscs/standard' | relative_url }})
1818
- [All Character Sets]({{ '/chsets/all' | relative_url }})
19+
- [Character Set Tags]({{ '/chsets/tags' | relative_url }})
1920
- [Miscellaneous]({{ '/chsets/other' | relative_url }})
2021
- [Missing characters]({{ '/chsets/missing' | relative_url }})

0 commit comments

Comments
 (0)