diff --git a/build.py b/build.py index 6a9550a..202425b 100755 --- a/build.py +++ b/build.py @@ -8,7 +8,7 @@ def run(*args): subprocess.call(args) -def link(active: str, id: str, text: str) -> str: +def link(active:str, id:str, text:str)->str: items = [' str: return str().join(items) -def nav(active: str) -> str: +def nav(active:str=None)->str: return f'''\