Skip to content

Commit 45f5d45

Browse files
[BUGFIX] Reference correct release tag on single page (#324)
1 parent 1cd0886 commit 45f5d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmpl/html/docs/single.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="d-sm-flex">
1717
<div class="my-2 flex-grow-1">{% if icon._meta.tags|length > 0 %}<strong>Tags:</strong> {{ icon._meta.tags|join(', ') }}{% endif %}</div>
1818
{%- if icon._meta.changes|length > 0 -%}
19-
<div class="my-2 ms-sm-3">Introduced in <a href="https://github.com/TYPO3/TYPO3.Icons/releases/tag/{{ icon._meta.changes.0 }}" target="_blank" rel="noopener">v{{ icon._meta.changes.0 }}</a></div>
19+
<div class="my-2 ms-sm-3">Introduced in <a href="https://github.com/TYPO3/TYPO3.Icons/releases/tag/v{{ icon._meta.changes.0 }}" target="_blank" rel="noopener">v{{ icon._meta.changes.0 }}</a></div>
2020
{%- set available = false -%}
2121
{%- for typo3version, version in typo3.versions -%}
2222
{%- if version in icon._meta.changes %}{% set available = true %}{% endif -%}

0 commit comments

Comments
 (0)