From 8bc10f649b331209adeee78acac2c33aeec638c6 Mon Sep 17 00:00:00 2001
From: lowlighter <22963968+lowlighter@users.noreply.github.com>
Date: Sun, 24 Apr 2022 11:50:11 -0400
Subject: [PATCH] docs: add navigation links
---
source/app/metrics/metadata.mjs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/source/app/metrics/metadata.mjs b/source/app/metrics/metadata.mjs
index 54ca9756..7c9f58a1 100644
--- a/source/app/metrics/metadata.mjs
+++ b/source/app/metrics/metadata.mjs
@@ -335,7 +335,7 @@ metadata.plugin = async function({__plugins, __templates, name, logger}) {
//Header table
const header = [
"
",
- ` | ← Back to plugins index |
`,
+ ' | ← Back to plugins index |
',
` ${meta.name} |
`,
` | ${marked.parse(meta.description ?? "", {silent: true})} |
`,
meta.authors?.length ? `| Authors | ${[meta.authors].flat().map(author => `@${author}`)} |
` : "",
@@ -463,7 +463,7 @@ metadata.template = async function({__templates, name, plugins}) {
//Header table
const header = [
"