We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da8070 commit a25a5caCopy full SHA for a25a5ca
layouts/documentation.html.twig
@@ -23,7 +23,7 @@
23
{% set tags = site.data.github.libimobiledevice[component].tags | sort((a,b) => (b|split('.')|map(v => '%05d'|format(v))|join) <=> (a|split('.')|map(v => '%05d'|format(v))|join)) %}
24
{% for tag in tags %}
25
<div class="entry-content">
26
- <a href="{{ component }}/{{ tag }}/">{{ component }} {{ tag }}</a>
+ <a href="{{ tag }}/">{{ component }} {{ tag }}</a>
27
</div>
28
{% endfor %}
29
</article>
0 commit comments