diff --git a/src/pages.ts b/src/pages.ts
index d154b73aa8b78e771c0177a8670fdb70640dd935..ebfb77b440a7581363c28b263f3e6efdcffb9c73 100644
--- a/src/pages.ts
+++ b/src/pages.ts
@@ -12,7 +12,8 @@
   Safety,
   Team,
  /*  Sustainable, */
-  Wiki
+  Wiki,
+  Impressum
 } from "./contents"; 
 
 interface Base {
@@ -61,6 +62,14 @@ const Pages: (Page | Folder)[] = [
           lead: "In the iGEM Competition, we celebrate student effort and achievement. The Attributions form helps the judges differentiate between what students accomplished from how their external collaborators supported them. Therefore, teams must clearly explain on the standard Project Attributions form what work they have conducted by themselves and what has been done by others.",
           navlist: [""],
         },
+        {
+          name: "Impressum",
+          title: "Impressum",
+          path: "/impressum",
+          component: Impressum,
+          lead: "In the iGEM Competition, we celebrate student effort and achievement. The Attributions form helps the judges differentiate between what students accomplished from how their external collaborators supported them. Therefore, teams must clearly explain on the standard Project Attributions form what work they have conducted by themselves and what has been done by others.",
+          navlist: [""],
+        },
       ],
     },
     {