aboutsummaryrefslogtreecommitdiff
path: root/config.json
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.json
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.json')
-rw-r--r--config.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.json b/config.json
index f292814..b47f23d 100644
--- a/config.json
+++ b/config.json
@@ -33,13 +33,13 @@
{
"name": "Home",
"url": "/",
- "identifier": "feather/home",
+ "identifier": "tabler/home",
"weight": 1
},
{
"name": "Tags",
"url": "/tags/",
- "identifier": "tabler/tags",
+ "identifier": "tabler/tag",
"weight": 2,
"icon": "home"
},
@@ -52,7 +52,7 @@
{
"name": "Authors",
"url": "/authors/",
- "identifier": "feather/users",
+ "identifier": "tabler/users",
"weight": 4
},
{
@@ -64,19 +64,19 @@
{
"name": "Sources",
"url": "/sources/",
- "identifier": "feather/git-commit",
+ "identifier": "tabler/git-fork",
"weight": 6
},
{
"name": "RSS Feed",
"url": "/rss.xml",
- "identifier": "feather/rss",
+ "identifier": "tabler/rss",
"weight": 7
},
{
"name": "JSON Feed",
"url": "/index.json",
- "identifier": "feather/circle",
+ "identifier": "tabler/circle",
"weight": 8
}
]