refactor: rename archive -> archives in config.toml

And rename SVG icon.
This commit is contained in:
Jimmy Cai 2020-09-13 11:26:12 +02:00
parent 7379bbe412
commit c12de4db04
No known key found for this signature in database
GPG Key ID: 3EA408E527F37B18
2 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 432 B

After

Width:  |  Height:  |  Size: 432 B

View File

@ -68,11 +68,11 @@ DefaultContentLanguage = "en" # Theme i18n support
weight = -90
pre = "user"
[[menu.main]]
identifier = "archive"
name = "Archive"
url = "/archive/"
identifier = "archives"
name = "Archives"
url = "/archives/"
weight = -70
pre = "archive"
pre = "archives"
[related]
includeNewer = true