Skip to content

Commit 8179231

Browse files
committed
really show closed issues
1 parent 40275c1 commit 8179231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tagging-status/full.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Requires the use of (u)ptex.
116116
{% if p.closed-issues %}
117117
{%- if p.issues -%}<br/>{%- endif -%}
118118
Closed:
119-
{% for i in p.related-issues %}
119+
{% for i in p.closed-issues %}
120120
<a class="closed" href="https://github.com/latex3/tagging-project/issues/{{i}}">#{{i}}</a>
121121
{% endfor %}
122122
{% endif %}

0 commit comments

Comments
 (0)