From 1e32a8c5aac4fc01e3f9a8d2f8a301dc41f8e65c Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Sun, 26 Jul 2020 09:51:29 +0200 Subject: [PATCH] Minor --- docs/.vuepress/config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 0abe400..6fbbf49 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -5,8 +5,9 @@ module.exports = { themeConfig: { logo: 'logo.png', nav: [ - ////{ text: 'Blog', link: '/posts/' }, - ////{ text: 'Tags', link: '/tags/' }, + { text: 'About', link: '/about/' }, + //{ text: 'Blog', link: '/posts/' }, + //{ text: 'Tags', link: '/tags/' }, ], directories: [ { -- 2.43.0