Skip to content

Commit 337ad28

Browse files
committed
🐛 🔥 reference link to traits
1 parent 80249da commit 337ad28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/templates/vuepress/class.md.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
{% if loop.first -%}
7070
**Uses** |
7171
{%- endif -%}
72-
[{{ tName|trim('\\')|split('\\')|slice(0, -1)|join('\\') }}\\<span style="font-weight: bold;">{{ tShort }}</span>](/api/traits.html#{{ tShort|lower|replace('\\', '-') }}) {{- '<br />' -}}
72+
[{{ tName|trim('\\')|split('\\')|slice(0, -1)|join('\\') }}\\<span style="font-weight: bold;">{{ tShort }}</span>](/api/traits.html#{{ tName|trim('\\')|lower|replace('\\', '-') }}) {{- '<br />' -}}
7373
{% endfor %}
7474

7575
{% for author in class.tags.author %}

0 commit comments

Comments
 (0)