d3c3nt

[DORMANT] a fairly decent theme for the zola static site engine
git clone git://git.figbert.com/d3c3nt.git
Log | Files | Refs | README | LICENSE

commit ff71af16d4a61f07a9d6d4b6d9e1f31ed2c4e41f
parent 8516268663820d9973d5fda1c18140440c38c768
Author: FIGBERT <figbert@figbert.com>
Date:   Fri, 28 Aug 2020 00:07:03 -0700

:fire: Remove projects from nav

Diffstat:
Mconfig.toml | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/config.toml b/config.toml @@ -24,8 +24,7 @@ build_search_index = false # Put all your custom variables here nav = [ { name = "HOME", path = "/" }, - { name = "POSTS", path = "/posts/" }, - { name = "PROJECTS", path = "/projects/"} + { name = "POSTS", path = "/posts/" } ] icon = "/icon.png"