diff --git a/src/_data/navigation.js b/src/_data/navigation.js index f82cee9..8cc8f19 100644 --- a/src/_data/navigation.js +++ b/src/_data/navigation.js @@ -3,14 +3,22 @@ export default { { text: "About", url: "/about", + icon: "circle-info", }, { text: "Posts", url: "/posts", + icon: "list", }, { - text: "Catalogue", - url: "/catalogue", + text: "Games", + url: "/catalogue/games", + icon: "game-controller", + }, + { + text: "Books", + url: "/catalogue/books", + icon: "book", }, ], bottom: [ diff --git a/src/_includes/layouts/post.html b/src/_includes/layouts/post.html index 47a1407..27f249b 100644 --- a/src/_includes/layouts/post.html +++ b/src/_includes/layouts/post.html @@ -10,8 +10,10 @@ layout: "layouts/base"
{{ excerpt }}