mirror of
https://github.com/ION606/ion606.github.io.git
synced 2026-05-14 22:16:59 +00:00
removed '.html' extension from links
This commit is contained in:
+3
-3
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user