This commit is contained in:
2019-06-24 12:14:10 +02:00
parent 70086bbb99
commit 649054c146

View File

@@ -20,7 +20,7 @@ try:
nicetime = strftime("%A, %d.%B %Y %H:%M Uhr")
file_content = {
"title": title,
"prettytime": nicetime,
"published": nicetime,
"content" : content,
"tags" : tags
}