File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ Application Systems sold a collection of font discs. The named ones were
77professional creations, while the * Signum-Font-eXchange* (SiFoX) was set
88up 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
1221By sending in a complete font of your own design for distribution through
@@ -40,12 +49,3 @@ Buch zur Gestaltung*):
4049In other words, the font copyright remains with their authors, there's
4150a limited license granted to ASH to re-distribute the fonts under the
4251terms 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 >
Original file line number Diff line number Diff 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 }})
You can’t perform that action at this time.
0 commit comments