Skip to content

Commit

Permalink
update, personal blog's finally ready!
Browse files Browse the repository at this point in the history
  • Loading branch information
harrymkt committed Mar 18, 2024
1 parent 73529db commit b808d75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ document.body.appendChild(navigationElement);
var pages = [
{ name: "Home", url: "/", accesskey: "h" },
{ name: "Projects", url: "/projects/", accesskey: "p" },
{ name: "Useful communities", url: "/community", accesskey: "" }
{ name: "Useful communities", url: "/community", accesskey: "" },
{ name: "Personal blog", url: "https://harrymkt.blogspot.com", accesskey: "b" }
];

// Get the current URL
Expand Down

0 comments on commit b808d75

Please sign in to comment.