diff --git a/src/_data/navigation.js b/src/_data/navigation.js index 4ecb7fc..f22fe6d 100644 --- a/src/_data/navigation.js +++ b/src/_data/navigation.js @@ -1,4 +1,17 @@ module.exports = { - top: [], + top: [ + { + text: "About", + url: "/about", + }, + { + text: "Posts", + url: "/posts", + }, + { + text: "Catalogue", + url: "/catalogue", + }, + ], bottom: [], }; diff --git a/src/_includes/partials/header.html b/src/_includes/partials/header.html index a6bbf10..a2d864a 100644 --- a/src/_includes/partials/header.html +++ b/src/_includes/partials/header.html @@ -1,5 +1,5 @@ -