diff --git a/src/pages.ts b/src/pages.ts
index a5fb785a3951e34c72e50b06b53abe41e5151905..34ee7577ff29b81b566ea471341f6ad44c37edd6 100644
--- a/src/pages.ts
+++ b/src/pages.ts
@@ -25,6 +25,7 @@ import { DescSidebar, NoSidebar, EngSide } from "./contents";
 import {  IBIE,  JUDGEH, PRODESC,  SUPH, PARTH, ENGH,  HOMEH, HPH, SPONH, RESH, ATTH, CONTH, DESCH, EXPH, IMPH, NOTEH, SAFEH, TEAMH } from "./contents";
 import { Methods } from "./contents/methods";
 import { METHH } from "./headers/meth-h";
+import { ConSidebar } from "./sidebars/conS";
 import { iGemBielefeldSidebar } from "./sidebars/igbS";
 import { PartSidebar } from "./sidebars/prtS";
 import { ResultSidebar } from "./sidebars/resS";
@@ -71,7 +72,7 @@ const Pages: (Page | Folder)[] = [
     path: "/contribution",
     component: Contribution,
     header: CONTH,
-    navlist: NoSidebar,
+    navlist: ConSidebar,
     },
     {
       name: "Description",
@@ -439,7 +440,7 @@ export const NavPages: (Page | PageRef | Folder)[] = [
             path: "/contribution",
             component: Contribution,
             header: CONTH,
-            navlist: NoSidebar,
+            navlist: ConSidebar,
           },
           {
             name: "BFH European MeetUp",