mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-02-23 11:12:42 +00:00
Implemented draft for contacts
This commit is contained in:
@@ -56,7 +56,7 @@ def reload_config_in_dev():
|
||||
|
||||
@app.route('/')
|
||||
def index():
|
||||
return render_template("pages/index.html.j2", cards=config_data.get("cards", []), networks=config_data.get("networks", []), company=config_data["company"])
|
||||
return render_template("pages/index.html.j2", cards=config_data.get("cards", []), networks=config_data.get("networks", []), company=config_data["company"], navigation=config_data["navigation"])
|
||||
|
||||
@app.route('/imprint')
|
||||
def imprint():
|
||||
|
||||
Reference in New Issue
Block a user