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" },