Skip to content

Commit

Permalink
BUG: Atom feed: fix source_path (ref lektor-atom issue 22)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Apr 17, 2019
1 parent fb09bf4 commit c622526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/atom.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[blog]
name = Quansight Labs
source_path = blog/
source_path = /blog
url_path = https://labs.quansight.org/blog/
filename = feed.xml # blog/feed.xml would be better but doesn't seem to work
items = site.query('/blog/').filter(F.type == 'blog-post')
Expand Down

0 comments on commit c622526

Please sign in to comment.