steve0greatness,
created on Tuesday, 5 March 2024, 05:35:57 (1709616957),
received on Monday, 6 May 2024, 02:55:38 (1714964138)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
2e2f87a518446b6b2c5d3ecb02a0ac270eb87f04
.gitignore
@@ -3,3 +3,4 @@ build
*.ignore drafts *.swp _site
build.py
@@ -93,7 +93,7 @@ def GetBlogList():
Item["rss-post-time"] = PostDateToDateObj(Item["date"]).strftime("%a, %d %b %Y") + " 00:00:00 GMT" Item["atom-post-time"] = PostDateToDateObj(Item["date"]).strftime("%Y-%m-%d") + "T00:00:00Z" Item["opengraph-date"] = PostDateToDateObj(Item["date"]).strftime("%Y-%m-%d") Item["opengraph-update"] = Item["opengraph-date"]Item["opengraph-update"] = Item["opengraph-date"]Item["atom-update-time"] = Item["atom-post-time"] if "updated" in Item: Item["atom-update-time"] = PostDateToDateObj(Item["updated"]).strftime("%Y-%m-%d") + "T00:00:00Z"
@@ -277,3 +277,4 @@ def main():
if __name__ == "__main__": main()