diff --git a/plugins/eFlows_menu_link.py b/plugins/eFlows_menu_link.py
index f8a24680a605f8e75fd6298a6b4564707d0b64d0..da5b6603b96752fcd2f24773242b5fce75d891f0 100644
--- a/plugins/eFlows_menu_link.py
+++ b/plugins/eFlows_menu_link.py
@@ -12,3 +12,11 @@ class AirflowEFlowsPlugin(AirflowPlugin):
     hooks = []
     admin_views = []
     appbuilder_menu_items = [appbuilder_eFlows]
+
+class AirflowDataCatPlugin(AirflowPlugin):
+    name = "Data Catalogue"
+    operators = []
+    flask_blueprints = []
+    hooks = []
+    admin_views = []
+    appbuilder_menu_items = [{"name": "Data Catalogue", "href": "https://datacatalog.fz-juelich.de/index.html"}]
diff --git a/templates/main.html b/templates/main.html
index 926bd17debd8767992c26846faa0d177fea9f588..833e071ad90b1dfe4fb82fbda1736b188ca7c3d6 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -89,7 +89,6 @@
     <!-- Use a wrapper div to detach the footer from the content. -->
     <div style="padding-bottom: 3rem !important; display: none; flex-grow: 1 !important; -ms-flex-direction: column !important; display: flex !important;
       flex-direction: column !important;">
-    Wrapper
     </div>
     <footer class="footer" style="background-image: url(https://eflows4hpc.eu/wp-content/uploads/2021/02/Barra-gris-footer.png) !important; height: auto; color: #575756 !important; background-repeat: no-repeat !important; background-size: cover !important; margin-top: 2rem;">
         <div class="container p-0" style="padding: 0px !important">