Moved menu.yaml to subdir
This commit is contained in:
parent
6af66e8e6d
commit
955ec27706
2
build.py
2
build.py
@ -8,7 +8,7 @@ env = Environment(
|
||||
)
|
||||
|
||||
def generateMenu():
|
||||
with open('menu.yaml', 'r') as file:
|
||||
with open('menu/menu.yaml', 'r') as file:
|
||||
menu = yaml.safe_load(file)
|
||||
|
||||
templateMenu = env.get_template("menu.html")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user