diff --git a/build_garden.js b/build_garden.js index 4362593c..ddb837fd 100644 --- a/build_garden.js +++ b/build_garden.js @@ -146,7 +146,7 @@ function toSlug(string) { `---\n\n> Referenced by: ${referencedBy[title].map(tag => `[${tag}](${pageLinks[tag]})`).join(", ")}\n\n`); } // Fix links to /now - data = data.replace('[NOW]', '[/now]') + data = data.replace('NOW', '/now') // Add title to the top data = data.replaceAll('___', '/'); data = data.replaceAll( diff --git a/site/now/index.md b/site/now/index.md index a2d68cc9..1e4c8f8f 100644 --- a/site/now/index.md +++ b/site/now/index.md @@ -1,11 +1,11 @@ --- public: "true" slug: "now" -title: "NOW" +title: "/now" prev: false next: false --- -# NOW +# /now > Referenced by: [My Personal Website](/garden/my-personal-website/index.md)