Skip to content

Commit

Permalink
Removing duplicate date (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus authored Dec 3, 2023
1 parent bc16605 commit c4a2022
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,7 @@ def get_book_template(self, e):
words[field("date") if "date" in e.fields else field("year")],
self.format_btitle(e, "title"),
href(field("url", raw=True))[name] if "url" in e.fields else name,
sentence[
optional_field("address"),
words[field("date") if "date" in e.fields else field("year")],
],
sentence[optional_field("address"),],
]
return template

Expand Down

0 comments on commit c4a2022

Please sign in to comment.