From 95d0cf887535137b9f0b04dce166b294db914b03 Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 2 May 2023 18:18:44 -0400 Subject: themes/default/layouts: Squash history + records -> archives That was as interesting experiment.. --- config.json | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index 8ae6924..06fd3c7 100644 --- a/config.json +++ b/config.json @@ -44,17 +44,11 @@ "icon": "home" }, { - "name": "History", + "name": "Archives", "url": "/archives/messages/", "identifier": "tabler/clock", "weight": 3 }, - { - "name": "Records", - "url": "/archives/tags/", - "identifier": "tabler/book-2", - "weight": 4 - }, { "name": "Authors", "url": "/authors/", @@ -219,16 +213,11 @@ "baseName": "authors", "mediaType": "text/html" }, - "history": { + "archives": { "path": "archives/messages", "baseName": "index", "mediaType": "text/html" }, - "records": { - "path": "archives/tags", - "baseName": "index", - "mediaType": "text/html" - }, "sources": { "path": "sources", "baseName": "index", @@ -266,8 +255,7 @@ "authors.section", "sources", "browserconfig", - "history", - "records", + "archives", "webmanifest" ], "section": [ -- cgit v1.2.3