Skip to content

Commit 0850e0c

Browse files
committed
chore(docs): link to tags
1 parent ab7b268 commit 0850e0c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/_includes/tag-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2>{{include.tag.title | default:include.tag.key }}</h2>
1+
<h2 id="{{include.tag.key}}">{{include.tag.title | default:include.tag.key }}</h2>
22
{% if include.tag.title %}
33
<p>Tag: <code>{{include.tag.key}}</code></p>
44
{% endif %}

docs/chsets/tags.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This page collects the *tags* of the fonts from the "Anwendungsverzeichnis" of the Signum! books "zur Gestaltung".
44

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+
511
{% for tag in site.data.tags %}
612
{% include tag-list.html tag=tag %}
713
{% endfor %}

0 commit comments

Comments
 (0)