refactor: rename archive -> archives
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
title: "Archive"
|
||||
date: 2019-05-28
|
||||
layout: "archive"
|
||||
slug: "archive"
|
||||
---
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Archives"
|
||||
date: 2019-05-28
|
||||
layout: "archives"
|
||||
slug: "archives"
|
||||
---
|
||||
Reference in New Issue
Block a user