Skip to content

Commit

Permalink
Merge pull request #36 from dairiki/bug.ticket-10
Browse files Browse the repository at this point in the history
Fix #10
  • Loading branch information
yagebu authored Sep 9, 2021
2 parents ecad210 + a317fc1 commit 1ac9987
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lektor_atom.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ def url_path(self):

return build_url([self.parent.url_path, self.filename])

def iter_source_filenames(self):
return self.record.iter_source_filenames()

def __getattr__(self, item):
try:
return self.plugin.get_atom_config(self.feed_id, item)
Expand Down

0 comments on commit 1ac9987

Please sign in to comment.