From 976d1ddbe39d41b7baedb3bd543b0e93162ccec0 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 27 Oct 2022 10:51:47 -0400 Subject: [PATCH] Remove photos section for now --- config.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index fae6bdf..c5fbdda 100644 --- a/config.toml +++ b/config.toml @@ -25,11 +25,11 @@ theme = 'red' url = '/art' weight = 2 - [[menu.main]] - identifier = 'photos' - name = 'Photos' - url = '/photos' - weight = 3 + #[[menu.main]] + #identifier = 'photos' + #name = 'Photos' + #url = '/photos' + #weight = 3 [[menu.main]] identifier = 'music'