Added ability to record metadata at top of page data file.
[cmless] / bin / cmless.py
index 6663cdc..825ec25 100755 (executable)
@@ -15,6 +15,9 @@ def main():
     content = misc.load_file(config.site_template_prefix + "/" + config.template_file)
     content = template.page_title(content)
     content = template.site_title(content)
     content = misc.load_file(config.site_template_prefix + "/" + config.template_file)
     content = template.page_title(content)
     content = template.site_title(content)
+    content = template.current_year(content)
+    content = template.head_meta_description(content)
+    content = template.head_meta_keywords(content)
     content = template.body(content)
     print(content)
 
     content = template.body(content)
     print(content)