refactor: rename archive -> archives

This commit is contained in:
Jimmy Cai
2020-09-13 11:22:47 +02:00
parent c600f87213
commit 7379bbe412
10 changed files with 35 additions and 35 deletions
+4 -4
View File
@@ -29,11 +29,11 @@ DefaultContentLanguage = "en" # Theme i18n support
# Only Disqus is available so far
provider = "disqus"
[params.widgets]
enabled = ['archive', 'tag-cloud']
[params.widgets.archive]
enabled = ['archives', 'tag-cloud']
[params.widgets.archives]
limit = 5
### Archive page relative URL
path = "archive"
### Archives page relative URL
path = "archives"
[params.widgets.tagCloud]
limit = 10
[params.opengraph]
-6
View File
@@ -1,6 +0,0 @@
---
title: "Archive"
date: 2019-05-28
layout: "archive"
slug: "archive"
---
+6
View File
@@ -0,0 +1,6 @@
---
title: "Archives"
date: 2019-05-28
layout: "archives"
slug: "archives"
---