Skip to content

Commit 68b5069

Browse files
committed
fix(plugin): fix plugin path comparison
1 parent c938349 commit 68b5069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/plugin.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
eleventyComputed: {
3232
title: '{{ plugin.name }} | {{ metadata.title }}'
3333
},
34-
permalink: '/{{ plugin.url }}{% if plugin.postName != plugin.latest %}/{{ plugin.postName }}{% endif %}/index.html'
34+
permalink: '/{{ plugin.url }}{% if plugin.version != plugin.latest %}/{{ plugin.postName }}{% endif %}/index.html'
3535
}
3636
---
3737

0 commit comments

Comments
 (0)