From e76d42e0c0464670c333159afd273f050c6b25a3 Mon Sep 17 00:00:00 2001 From: Pieter De Praetere Date: Wed, 27 Jan 2021 22:52:15 +0100 Subject: [PATCH] Update video links --- scripts/create_skeleton_for_accepted_stands.py | 3 ++- themes/fosdem/layouts/stands/stand.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/create_skeleton_for_accepted_stands.py b/scripts/create_skeleton_for_accepted_stands.py index d1cffe2..6f3ca97 100644 --- a/scripts/create_skeleton_for_accepted_stands.py +++ b/scripts/create_skeleton_for_accepted_stands.py @@ -43,7 +43,8 @@ def create_skeleton(path_name, stand_o): 'description': stand_o['submission']['project']['description'], 'showcase': stand_o['submission']['digital_edition']['showcase'], 'new_this_year': stand_o['submission']['digital_edition']['new_this_year'], - 'layout': 'stand' + 'layout': 'stand', + 'chatroom': stand_o['submission']['project']['chatroom'] } _index = """--- {0}---""".format(yaml.dump(_index_contents, default_flow_style=False)) diff --git a/themes/fosdem/layouts/stands/stand.html b/themes/fosdem/layouts/stands/stand.html index ef69ee7..dc3873d 100644 --- a/themes/fosdem/layouts/stands/stand.html +++ b/themes/fosdem/layouts/stands/stand.html @@ -50,10 +50,11 @@