Added ability to record metadata at top of page data file.
[cmless] / bin / cmless.py
index 84d5b69..825ec25 100755 (executable)
@@ -16,6 +16,8 @@ def main():
     content = template.page_title(content)
     content = template.site_title(content)
     content = template.current_year(content)
     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)