"+title+"
\n" + "\t\t"+title+"
\n" "\t\t"+article+"\n" "\t\t"+date_readable+"
\n" "\t- "
+tags_header = ""
for tag in tags_full_list:
- tags_header += "
- " - tags_header += ("" + - tag[9:-4]+"") - tags_header += " " -tags_header += "
- "
+articles_header = "
- "
articles_index = ""
rss = ("\n"
@@ -691,7 +699,7 @@ for article in added_files+modified_files:
auto_dir("blog/"+article[4:])
with open("blog/"+article[4:], "w") as article_fh:
article_fh.write(content)
- print("[INFO] (GEN ARTICLES) HTML file generated in blog dir for"
+ print("[INFO] (GEN ARTICLES) HTML file generated in blog dir for "
"article "+article[4:]+".")
except IOError:
sys.exit("[ERROR] Unable to write blog/"+article[4:]+" file.")