From 90529555c11dfb79bba264515f10172b8fa7aa92 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Tue, 13 Dec 2022 09:30:42 +0100 Subject: feat: Small changes to frontpage --- code/frontpage/config/_default/menus/menus.en.toml | 5 ----- code/frontpage/config/_default/params.toml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'code/frontpage/config/_default') diff --git a/code/frontpage/config/_default/menus/menus.en.toml b/code/frontpage/config/_default/menus/menus.en.toml index 467bcdb..59e8fbb 100644 --- a/code/frontpage/config/_default/menus/menus.en.toml +++ b/code/frontpage/config/_default/menus/menus.en.toml @@ -3,11 +3,6 @@ url = "/docs/" weight = 10 -[[main]] - name = "Blog" - url = "/blog/" - weight = 20 - [[main]] name = "Contact" url = "/contact/" diff --git a/code/frontpage/config/_default/params.toml b/code/frontpage/config/_default/params.toml index 4e4f045..476fe7e 100644 --- a/code/frontpage/config/_default/params.toml +++ b/code/frontpage/config/_default/params.toml @@ -4,7 +4,7 @@ title = "Greatoffice" titleSeparator = "-" titleAddition = "Great" -description = "Greatoffice is a set of useful tools you can use to manage your business." +description = "Greatoffice is a set of tools you can use to manage your business." ## Documentation # docsVersion = "0.3" -- cgit v1.3