Skip to content

Commit 542d0d7

Browse files
Fix: Add new config values from Zola update
1 parent 3b0ce6a commit 542d0d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ theme = "terminimal"
77
compile_sass = true
88

99
# Generate an atom feed for blog posts.
10-
generate_feed = true
10+
generate_feeds = true
1111
# Use ATOM instead of RSS for more features and less backwards compatibility.
12-
feed_filename = "atom.xml"
12+
feed_filenames = ["atom.xml"]
1313

1414
# Whether to build a search index to be used later on by a JavaScript library
1515
build_search_index = true

0 commit comments

Comments
 (0)