Update /now title
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m2s

This commit is contained in:
thepaperpilot 2024-06-15 11:05:14 -05:00
parent 88d9da0f06
commit 88451639de
2 changed files with 3 additions and 3 deletions

View file

@ -146,7 +146,7 @@ function toSlug(string) {
`---\n\n> Referenced by: ${referencedBy[title].map(tag => `[${tag}](${pageLinks[tag]})`).join(", ")}\n\n`); `---\n\n> Referenced by: ${referencedBy[title].map(tag => `[${tag}](${pageLinks[tag]})`).join(", ")}\n\n`);
} }
// Fix links to /now // Fix links to /now
data = data.replace('[NOW]', '[/now]') data = data.replace('NOW', '/now')
// Add title to the top // Add title to the top
data = data.replaceAll('___', '/'); data = data.replaceAll('___', '/');
data = data.replaceAll( data = data.replaceAll(

View file

@ -1,11 +1,11 @@
--- ---
public: "true" public: "true"
slug: "now" slug: "now"
title: "NOW" title: "/now"
prev: false prev: false
next: false next: false
--- ---
# NOW # /now
> Referenced by: [My Personal Website](/garden/my-personal-website/index.md) > Referenced by: [My Personal Website](/garden/my-personal-website/index.md)