From 50e2c4f3cfaf83402687f8573c21edc91c06b69e Mon Sep 17 00:00:00 2001 From: Lyle Mantooth Date: Sat, 15 Oct 2022 11:49:48 -0400 Subject: [PATCH] Link to Bible Journal index. --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index a510552..196fe84 100644 --- a/config.toml +++ b/config.toml @@ -33,6 +33,10 @@ smart_punctuation = true # Put all your custom variables here home_subtitle = "Infrequently increasing in interesting entries" +hermit_menu = [ +{ link = "/bible_journal", name = "Bible Journal" } +] + hermit_social = [ { name = "github", link = "https://github.com/IslandUsurper" }, { name = "twitter", link = "https://fosstodon.org/@IslandUsurper" }