X-Git-Url: http://git.subgeniuskitty.com/cmless/.git/blobdiff_plain/78e2ec48966bc0c60db77c4e7a46f866c89c5351..73c5dba96df5b81d7e05ec9a75e81306c709883b:/bin/cmless.py diff --git a/bin/cmless.py b/bin/cmless.py index 97b944c..f4a5a28 100755 --- a/bin/cmless.py +++ b/bin/cmless.py @@ -32,6 +32,8 @@ def main(): content = template.current_year(content) content = template.head_meta_description(content) content = template.head_meta_keywords(content) + content = template.menu_top_level(content) + content = template.menu_current_dir(content) content = template.body(content) print(content)