docs: fix display issue
This commit is contained in:
@@ -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:
|
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)) { %><%# -%>
|
<% { 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(" ") %>
|
||||||
<% }} %>
|
<% }} %>
|
||||||
2
.github/readme/partials/introduction.md
vendored
2
.github/readme/partials/introduction.md
vendored
@@ -48,7 +48,7 @@ And you can customize these heavily with plugins, templates and hundreds of opti
|
|||||||
<% }}} -%>
|
<% }}} -%>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2" align="center">
|
<th colspan="2" align="center">
|
||||||
<a href="https://github.com/lowlighter/metrics/projects/1">More to come soon!</a>
|
<a href="https://github.com/lowlighter/metrics#-community-plugins">🎲 Community plugins</a>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user