Skip to content

Commit 85c2c3e

Browse files
committed
list-of-extensions: fix hyperlinks
1 parent bd6d490 commit 85c2c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/list-of-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function toggleAllCategories(checked) {
130130
<li class="{{classes}}">
131131
<img src="{{p.icon}}" height=25>
132132
<div>
133-
<a href="{{url}}">{{p.title}}</a><br>
133+
<a href="{{p.url | replace: '/index', ''}}">{{p.title}}</a><br>
134134
<span class="categories">{{ p.categories | join: ', ' }}</span>
135135
</div>
136136
</li>

0 commit comments

Comments
 (0)