diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-12-13 09:30:42 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-12-13 09:30:42 +0100 |
| commit | 90529555c11dfb79bba264515f10172b8fa7aa92 (patch) | |
| tree | bc803a5225e24251b6de46f662127c7278850a9d /code/frontpage/config/_default | |
| parent | 7cfff8f8328599839c57d1c89f46eaa81cf1b424 (diff) | |
| download | greatoffice-90529555c11dfb79bba264515f10172b8fa7aa92.tar.xz greatoffice-90529555c11dfb79bba264515f10172b8fa7aa92.zip | |
feat: Small changes to frontpage
Diffstat (limited to 'code/frontpage/config/_default')
| -rw-r--r-- | code/frontpage/config/_default/menus/menus.en.toml | 5 | ||||
| -rw-r--r-- | code/frontpage/config/_default/params.toml | 2 |
2 files changed, 1 insertions, 6 deletions
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 @@ -4,11 +4,6 @@ weight = 10 [[main]] - name = "Blog" - url = "/blog/" - weight = 20 - -[[main]] name = "Contact" url = "/contact/" weight = 20 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" |
