Skip to content

Commit

Permalink
Merge branch 'mremond-liberation-1' of https://github.com/mremond/cal…
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Oct 1, 2024
2 parents 9c9df6d + d796bb2 commit 4755a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/liberation.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def json_to_html(raw):

auth = '<p class="auth">{}</p>\n'
dt = datetime.fromisoformat(data['last_updated_date'][:-1]) + timedelta(seconds=time.timezone)
dt = dt.strftime(m_fr[dt.month] + '%d, %Y')
dt = dt.strftime(m_fr[dt.month] + ' %d, %Y')
a = [x['name'] for x in data['credits']['by']]
if a:
auth = auth.format(', '.join(a) + ' | ' + dt)
Expand Down

0 comments on commit 4755a6c

Please sign in to comment.