diff --git a/_src/_data/menus.yml b/_src/_data/menus.yml index 61a0c04..0dd93b6 100644 --- a/_src/_data/menus.yml +++ b/_src/_data/menus.yml @@ -1,9 +1,19 @@ main: + - title: Foundation + url: /foundation/ - title: Contact url: /contact/ +footer: + - title: FAQ + url: /faq/ + - title: Blog + url: https://medium.com/ipdb-blog + legal: - - title: Contact - url: /contact/ + - title: Terms + url: /terms/ + - title: Privacy + url: /privacy/ - title: Imprint url: /imprint/ diff --git a/_src/_includes/menu-main.html b/_src/_includes/menu-main.html index 89cd34d..f31d14a 100644 --- a/_src/_includes/menu-main.html +++ b/_src/_includes/menu-main.html @@ -2,7 +2,10 @@
@@ -11,12 +14,12 @@ diff --git a/_src/index.html b/_src/index.html index f62927a..a51536c 100644 --- a/_src/index.html +++ b/_src/index.html @@ -8,7 +8,6 @@ css: page-front redirect_from: - /docs/ - /jobs/ -- /canary/ --- {% assign content = site.data.content-front %}