diff --git a/.github/readme/partials/templated/plugins.community.md b/.github/readme/partials/templated/plugins.community.md index cca86aa2..eb0282b1 100644 --- a/.github/readme/partials/templated/plugins.community.md +++ b/.github/readme/partials/templated/plugins.community.md @@ -10,7 +10,7 @@ const cells = [["even", elements[i]], ["odd", elements[i+1]]] for (const [cell, [plugin, {name, readme}]] of cells) { if (cell === "even") { %> <% } %> - <% if (plugin) { %><%= name -%><% } %><% + <% if (plugin) { %><%= name -%><% } %><% if (cell === "odd") { %> <% }}