From b1137b397371266a62634479a524f4b210849d7b Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Thu, 27 Jan 2022 01:41:48 -0500 Subject: [PATCH] docs(plugins/community): fix path --- .github/readme/partials/templated/plugins.community.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") { %> <% }}