From ae208dc188995584755adc2baf1e4c725cffa7e8 Mon Sep 17 00:00:00 2001 From: kumquat Date: Sun, 26 Apr 2020 21:54:32 +0200 Subject: [PATCH] addition books category --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index b39f135..cb4c00d 100644 --- a/config.toml +++ b/config.toml @@ -19,6 +19,7 @@ theme = "sam" [extra] sam_menu = [ { text = "blog", link = "/blog" }, +{ text = "books", link = "/books" }, { text = "about", link = "/about" }, { text = "contact", link = "/contact" }, { text = "feed", link = "/rss.xml" },