sections/home
This commit is contained in:
parent
7f2fbfcfb4
commit
89fa362789
1 changed files with 3 additions and 1 deletions
4
build.py
4
build.py
|
@ -78,7 +78,9 @@ def main():
|
|||
raw_root = os.path.join(root, 'raw')
|
||||
web_root = os.path.join(root, 'web')
|
||||
_, categories, _ = next(os.walk(raw_root))
|
||||
sections = {}
|
||||
sections = {
|
||||
' ': {'id': 'home', 'label': '⋅', 'content': str()},
|
||||
}
|
||||
for category in categories:
|
||||
section = {
|
||||
'id': category,
|
||||
|
|
Loading…
Reference in a new issue