Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Commit

Permalink
Don't include date in title
Browse files Browse the repository at this point in the history
since periodicals list their issue dates prominently already.
  • Loading branch information
markpasc committed Sep 7, 2013
1 parent 8c50578 commit 2543df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinboardzine.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def zine(username: 'Pinboard username to find articles for',

# Write the metadata files to the zine directory.
uid = uuid.uuid4().hex
title = date.today().strftime("Pinboard Unread for %a %d %b %Y")
title = "Pinboard Unread"
ncx_xml = contents_ncx_for_articles(saved, uid, title)
opf_xml = content_opf_for_articles(saved, uid, title)
toc_html = contents_html_for_articles(saved, uid, title)
Expand Down

0 comments on commit 2543df5

Please sign in to comment.