add empty pages for gallery, imprint and privacy
This commit is contained in:
@@ -135,6 +135,21 @@ app = rio.App(
|
||||
name="Join",
|
||||
page_url='join',
|
||||
build=pages.Join,
|
||||
),
|
||||
rio.Page(
|
||||
name="Pics",
|
||||
page_url='pics',
|
||||
build=pages.Pics,
|
||||
),
|
||||
rio.Page(
|
||||
name="Imprint",
|
||||
page_url='imprint',
|
||||
build=pages.Imprint,
|
||||
),
|
||||
rio.Page(
|
||||
name="Privacy",
|
||||
page_url='privacy',
|
||||
build=pages.Privacy,
|
||||
)
|
||||
],
|
||||
theme=themes[6],
|
||||
|
||||
Reference in New Issue
Block a user