X-Git-Url: https://git.subgeniuskitty.com/cmless/.git/blobdiff_plain/3c8b5f36ebbadeafa37eba82e96b0531862f3888..990c6f795837b53044174097e643466a19d6c232:/bin/cmless.py diff --git a/bin/cmless.py b/bin/cmless.py index 6663cdc..84d5b69 100755 --- a/bin/cmless.py +++ b/bin/cmless.py @@ -15,6 +15,7 @@ def main(): 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.body(content) print(content)