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.yaml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index 539ba0c..e202889 100644 --- a/config.yaml +++ b/config.yaml @@ -40,14 +40,10 @@ menu: identifier: feather/tag weight: 2 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/ identifier: feather/users @@ -144,14 +140,10 @@ outputFormats: authors.section: 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 @@ -183,8 +175,7 @@ outputs: - authors.section - sources - browserconfig - - history - - records + - archives - webmanifest section: - html -- cgit v1.2.3