diff --git a/site/snippets/header.php b/site/snippets/header.php
index db8d326..9807f4e 100644
--- a/site/snippets/header.php
+++ b/site/snippets/header.php
@@ -11,10 +11,12 @@
+
+
+
+
+
isHomePage() || $page->template() == 'event' || $page->template() == 'program'): ?>
-
-
-
= js('/assets/js/calendar.js') ?>
diff --git a/site/templates/program.php b/site/templates/program.php
index 63b4744..4b4c8ac 100644
--- a/site/templates/program.php
+++ b/site/templates/program.php
@@ -95,7 +95,7 @@
try {
$endTime = strlen($session['duration']) > 0 ? getEndTime($session) : false;
- } catch (\Throwable $th) {
+ } catch (\Throwable $th) {https://ntb-full.adrien-payet.fr/
throw new Exception($session['title'] .' - ' . $th->getMessage(), 1);
}
?>