Skip to content
Snippets Groups Projects
Commit ac8fc142 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

home is home

parent a5a54175
No related branches found
No related tags found
No related merge requests found
......@@ -161,17 +161,17 @@ const Pages: (Page | Folder)[] = [
name: "Home",
title: "Bielefeld CeBiTec",
path: "/",
component: Description,
component: Home,
header: DESCH,
navlist: DescSidebar
navlist: NoSidebar
},
{
name: "Home",
title: "Bielefeld CeBiTec",
path: "/index.html",
component: Description,
component: Home,
header: DESCH,
navlist: DescSidebar
navlist: NoSidebar
},
{
name: "Impressum",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment