diff --git a/src/pages/_data/menu.yml b/src/pages/_data/menu.yml index 118019c02..c1e549754 100644 --- a/src/pages/_data/menu.yml +++ b/src/pages/_data/menu.yml @@ -8,9 +8,6 @@ base: icon: package columns: 2 children: - empty: - title: Empty page - url: empty.html accordion: title: Accordion url: accordion.html @@ -174,6 +171,9 @@ extra: icon: star columns: 2 children: + empty: + title: Empty page + url: empty.html cookie-banner: title: Cookie banner url: cookie-banner.html diff --git a/src/pages/empty.html b/src/pages/empty.html index cd0f40ca8..78b0657a2 100644 --- a/src/pages/empty.html +++ b/src/pages/empty.html @@ -1,8 +1,7 @@ --- title: Empty page -menu: base.empty +menu: extra.empty page-header: Empty page --- - - + \ No newline at end of file