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 c938349 commit 68b5069Copy full SHA for 68b5069
content/plugin.njk
@@ -31,7 +31,7 @@
31
eleventyComputed: {
32
title: '{{ plugin.name }} | {{ metadata.title }}'
33
},
34
- permalink: '/{{ plugin.url }}{% if plugin.postName != plugin.latest %}/{{ plugin.postName }}{% endif %}/index.html'
+ permalink: '/{{ plugin.url }}{% if plugin.version != plugin.latest %}/{{ plugin.postName }}{% endif %}/index.html'
35
}
36
---
37
0 commit comments