From c856f56ffe50a9605d90c7b4595978b739942153 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Fri, 26 Nov 2021 18:58:16 -0500 Subject: [PATCH] docs: fix display issue --- .github/readme/partials/documentation/plugins.md | 2 +- .github/readme/partials/introduction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/readme/partials/documentation/plugins.md b/.github/readme/partials/documentation/plugins.md index baeb1228..c7ae7285 100644 --- a/.github/readme/partials/documentation/plugins.md +++ b/.github/readme/partials/documentation/plugins.md @@ -15,5 +15,5 @@ The following plugins are maintained by Metric's core team: The following plugins are provided and maintained by Metrics's user community: <% { let previous = null; for (const [plugin, {name, category, authors = []}] of Object.entries(plugins).filter(([key, value]) => (value)&&(value.category === "community")).sort(([an, a], [bn, b]) => a.category === b.category ? an.localeCompare(bn) : 0)) { %><%# -%> - * [<%- name %>](/source/plugins/<%= plugin %>/README.md) <%- authors.map(author => `[@${author}](https://github.com/${author})`).join(" ") %> + * [<%- name %>](/source/plugins/<%= plugin %>/README.md) by <%- authors.map(author => `[@${author}](https://github.com/${author})`).join(" ") %> <% }} %> \ No newline at end of file diff --git a/.github/readme/partials/introduction.md b/.github/readme/partials/introduction.md index b6b2c2ac..23918ba4 100644 --- a/.github/readme/partials/introduction.md +++ b/.github/readme/partials/introduction.md @@ -48,7 +48,7 @@ And you can customize these heavily with plugins, templates and hundreds of opti <% }}} -%>