We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7b268 commit 0850e0cCopy full SHA for 0850e0c
docs/_includes/tag-list.html
@@ -1,4 +1,4 @@
1
-<h2>{{include.tag.title | default:include.tag.key }}</h2>
+<h2 id="{{include.tag.key}}">{{include.tag.title | default:include.tag.key }}</h2>
2
{% if include.tag.title %}
3
<p>Tag: <code>{{include.tag.key}}</code></p>
4
{% endif %}
docs/chsets/tags.md
@@ -2,6 +2,12 @@
This page collects the *tags* of the fonts from the "Anwendungsverzeichnis" of the Signum! books "zur Gestaltung".
5
+<ul>
6
+{% for tag in site.data.tags %}
7
+<li><a href="#{{tag.key}}">{{ tag.title | default:tag.key }}</a>
8
+{% endfor %}
9
+</ul>
10
+
11
{% for tag in site.data.tags %}
12
{% include tag-list.html tag=tag %}
13
{% endfor %}
0 commit comments