Compare commits
1 commit
dc11436076
...
1a716f38d6
Author | SHA1 | Date | |
---|---|---|---|
1a716f38d6 |
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
||||||
- Added RSS feed generation.
|
- Added RSS feed generation.
|
||||||
- Added default post description to configuration.
|
- Added default post description to configuration.
|
||||||
- Added time-of-day support to post `date` frontmatter parsing.
|
- Added time-of-day support to post `date` frontmatter parsing.
|
||||||
- `zona init` now only writes `footer.md` to the templates directory.
|
|
||||||
|
|
||||||
# 1.2.1
|
# 1.2.1
|
||||||
|
|
||||||
|
|
|
@ -229,7 +229,7 @@ class ZonaBuilder:
|
||||||
self._build()
|
self._build()
|
||||||
if self.config.feed.enabled:
|
if self.config.feed.enabled:
|
||||||
rss = self.generate_feed()
|
rss = self.generate_feed()
|
||||||
path = self.layout.output / self.config.feed.path
|
path = self.layout.content / self.config.feed.path
|
||||||
util.ensure_parents(path)
|
util.ensure_parents(path)
|
||||||
path.write_bytes(rss)
|
path.write_bytes(rss)
|
||||||
self.fresh = False
|
self.fresh = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue