aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-12-30 16:39:52 -0500
committertdro <tdro@noreply.example.com>2023-12-30 16:39:52 -0500
commitfad87c5cc042ea293b3d5cd7a139d124dce1cbd4 (patch)
tree81899543b17c8424b93c3501b37413f08b84f7d1 /config.toml
parent4e6d2470334d97bef515edec0495fa763639f751 (diff)
downloadcanory-fad87c5cc042ea293b3d5cd7a139d124dce1cbd4.tar.gz
canory-fad87c5cc042ea293b3d5cd7a139d124dce1cbd4.tar.bz2
canory-fad87c5cc042ea293b3d5cd7a139d124dce1cbd4.zip
config: Use same icon set on navigation
Normalize SVG XML formatting
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.toml b/config.toml
index bdc6d13..0af2921 100644
--- a/config.toml
+++ b/config.toml
@@ -27,13 +27,13 @@ enableRobotsTXT = true
[[menu.main]]
name = "Home"
url = "/"
- identifier = "feather/home"
+ identifier = "tabler/home"
weight = 1
[[menu.main]]
name = "Tags"
url = "/tags/"
- identifier = "tabler/tags"
+ identifier = "tabler/tag"
weight = 2
icon = "home"
@@ -46,7 +46,7 @@ enableRobotsTXT = true
[[menu.main]]
name = "Authors"
url = "/authors/"
- identifier = "feather/users"
+ identifier = "tabler/users"
weight = 4
[[menu.main]]
@@ -58,19 +58,19 @@ enableRobotsTXT = true
[[menu.main]]
name = "Sources"
url = "/sources/"
- identifier = "feather/git-commit"
+ identifier = "tabler/git-fork"
weight = 6
[[menu.main]]
name = "RSS Feed"
url = "/rss.xml"
- identifier = "feather/rss"
+ identifier = "tabler/rss"
weight = 7
[[menu.main]]
name = "JSON Feed"
url = "/index.json"
- identifier = "feather/circle"
+ identifier = "tabler/circle"
weight = 8
[params]