-
- {{ page.featured }}
+
+
+ {{ page.featured }}
+
+
diff --git a/web/themes/ventuno/templates/navigation/navbar.html.twig b/web/themes/ventuno/templates/navigation/navbar.html.twig
index 1c44899d0c..478777b740 100644
--- a/web/themes/ventuno/templates/navigation/navbar.html.twig
+++ b/web/themes/ventuno/templates/navigation/navbar.html.twig
@@ -70,7 +70,7 @@
{% set list_item_attributes = create_attribute() %}
{% endif %}
-{% set nav_attributes = nav_attributes.addClass(_nav_classes) %}
+{% set nav_attributes = nav_attributes.addClass(_nav_classes).setAttribute('id', 'joinup-navbar') %}
{% set navbar_toggler_attributes = navbar_toggler_attributes.addClass(_navbar_toggler_classes) %}
{% set navbar_toggler_attributes = navbar_toggler_attributes.setAttribute('type', 'button') %}
{% set navbar_toggler_attributes = navbar_toggler_attributes.setAttribute('data-bs-toggle', 'collapse') %}
diff --git a/web/themes/ventuno/ventuno.libraries.yml b/web/themes/ventuno/ventuno.libraries.yml
index 09b8a8b68e..870df01cd5 100644
--- a/web/themes/ventuno/ventuno.libraries.yml
+++ b/web/themes/ventuno/ventuno.libraries.yml
@@ -2,6 +2,8 @@ homepage:
css:
theme:
assets/css/homepage.css: {}
+ js:
+ assets/js/sticky-menu.js: { minified: true, attributes: { defer: true } }
slick:
js:
@@ -14,7 +16,7 @@ slick:
style:
version: VERSION
css:
- theme:
+ base:
assets/css/main.css: {}
js:
assets/js/oe-bcl-joinup.bundle.min.js: { minified: true }