new_issue: hardcode cover title

This commit is contained in:
rottenwheel 2024-08-09 18:45:44 +00:00 committed by GitHub
parent 713483fb54
commit c4872267b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,4 +174,4 @@ if __name__ == "__main__":
new_issue = int(latest_issue) + 1
create_issue(new_issue, period_start, period_end)
create_issue_image(hugo_config["title"], new_issue, period_start, period_end)
create_issue_image("Revuo Weekly", new_issue, period_start, period_end)