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 0594ac9b5244a457c5ced9fa99a9db3e2ef2301f
parent 8f1a10aa70634dbda6eb6e3c49665131cc29932b
Author: FIGBERT <figbert@figbert.com>
Date:   Tue, 21 Dec 2021 12:20:37 -0800

Replace PROJECTS in nav with CONFIG

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

diff --git a/config.toml b/config.toml @@ -18,6 +18,6 @@ minify_html = true d3_nav = [ { name = "HOME", path = "/" }, { name = "POSTS", path = "/posts/" }, - { name = "PROJECTS", path = "/projects/" }, + { name = "CONFIG", path = "/config/" }, ] d3_icon = "/icon.png"