diff --git a/.github/readme/partials/templated/plugins.community.md b/.github/readme/partials/templated/plugins.community.md
index eb0282b1..45c398c2 100644
--- a/.github/readme/partials/templated/plugins.community.md
+++ b/.github/readme/partials/templated/plugins.community.md
@@ -1,4 +1,5 @@
+ | ← Back to plugins index |
🎲 Community plugins |
| Additional plugins maintained by community for even more features! |
<% {
diff --git a/.github/readme/partials/templated/plugins.md b/.github/readme/partials/templated/plugins.md
index 9190f2a7..38a3e29c 100644
--- a/.github/readme/partials/templated/plugins.md
+++ b/.github/readme/partials/templated/plugins.md
@@ -11,7 +11,7 @@ Plugins provide additional content and lets you customize rendered metrics.
<% }} %>
**🎲 Maintained by community**
-* [Community plugins](/source/plugins/community/README.md)
+* **[Community plugins](/source/plugins/community/README.md)**
<% { 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 %> `<%= plugin %>`](/source/plugins/community/<%= plugin %>/README.md) by <%- authors.map(author => `[@${author}](https://github.com/${author})`).join(" ") %>
<% }} %>
\ No newline at end of file
diff --git a/README.md b/README.md
index 391de6f3..854a3425 100644
--- a/README.md
+++ b/README.md
@@ -453,7 +453,7 @@ Plugins provide additional content and lets you customize rendered metrics.
* [⏰ WakaTime plugin `wakatime`](/source/plugins/wakatime/README.md)
**🎲 Maintained by community**
-* [Community plugins](/source/plugins/community/README.md)
+* **[Community plugins](/source/plugins/community/README.md)**
* [🥠 Fortune `fortune`](/source/plugins/community/fortune/README.md) by [@lowlighter](https://github.com/lowlighter)
* [💉 Nightscout `nightscout`](/source/plugins/community/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
* [💩 PoopMap plugin `poopmap`](/source/plugins/community/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)
diff --git a/source/plugins/README.md b/source/plugins/README.md
index 2677aae1..0e08231c 100644
--- a/source/plugins/README.md
+++ b/source/plugins/README.md
@@ -46,7 +46,7 @@ Plugins provide additional content and lets you customize rendered metrics.
* [⏰ WakaTime plugin `wakatime`](/source/plugins/wakatime/README.md)
**🎲 Maintained by community**
-* [Community plugins](/source/plugins/community/README.md)
+* **[Community plugins](/source/plugins/community/README.md)**
* [🥠 Fortune `fortune`](/source/plugins/community/fortune/README.md) by [@lowlighter](https://github.com/lowlighter)
* [💉 Nightscout `nightscout`](/source/plugins/community/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
* [💩 PoopMap plugin `poopmap`](/source/plugins/community/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)
diff --git a/source/plugins/community/README.md b/source/plugins/community/README.md
index 4b1c0401..9e9fae5b 100644
--- a/source/plugins/community/README.md
+++ b/source/plugins/community/README.md
@@ -1,4 +1,5 @@