aboutsummaryrefslogtreecommitdiff
path: root/generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'generator.py')
-rw-r--r--generator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/generator.py b/generator.py
index dc9db69..74afb9a 100644
--- a/generator.py
+++ b/generator.py
@@ -67,7 +67,6 @@ def generateIndex(data, env_vars):
for page in data:
# Checking if there is metadata, if not we don't add the page in the index
if page['date'] != '01-01-0001':
- print(page['date'])
index_content += ('\t\t\t\t<li><a href="' + page['filepath'] + '">' + page['title'] + '</a><p>'
+ page['date'] + '</p></li>\n')
index_content += "\t\t\t</ul>"
ArKa projects. All rights to me, and your next child right arm.