From 46bf842b519f496a0c3e7237f7162ed195d71bb7 Mon Sep 17 00:00:00 2001 From: "John M. Wargo" Date: Sun, 11 Jan 2026 10:04:25 -0500 Subject: [PATCH] Update eleventy-plugin-markdown-page-links metadata Updated plugin metadata with correct npm link, author, and description. --- src/_data/plugins/eleventy-plugin-markdown-page-links.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/_data/plugins/eleventy-plugin-markdown-page-links.json diff --git a/src/_data/plugins/eleventy-plugin-markdown-page-links.json b/src/_data/plugins/eleventy-plugin-markdown-page-links.json new file mode 100644 index 0000000000..f8bfc96a0d --- /dev/null +++ b/src/_data/plugins/eleventy-plugin-markdown-page-links.json @@ -0,0 +1,5 @@ +{ + "npm": "https://www.npmjs.com/package/eleventy-plugin-markdown-page-links", + "author": "@johnwargo", + "description": "Generates a list of links for a particular markdown page; offers lots of configuration options to make the implementation flxible for your site." +}