removed '.html' extension from links

This commit is contained in:
2024-04-07 09:15:24 -07:00
parent 476cd1b282
commit 9abdc7c2db
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -7,9 +7,9 @@ function createPageMenu() {
const links = [
{ text: 'Home', href: '/' },
{ text: 'Projects', href: 'projects.html' },
{ text: 'README', href: 'README.html' },
{ text: 'Links', href: 'links.html' }
{ text: 'Projects', href: 'projects' },
{ text: 'README', href: 'README' },
{ text: 'Links', href: 'links' }
];
links.forEach(link => {