diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 1ec54b3f4..708041915 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -92,6 +92,7 @@ define([ footLink('https://opencollective.com/cryptpad/contribute/', 'footer_donate'), ]), footerCol('footer_aboutUs', [ + footLink('https://blog.cryptpad.fr/', 'blog'), footLink('/contact.html', 'contact'), footLink('https://github.com/xwiki-labs/cryptpad/wiki/Contributors', 'footer_team'), footLink('http://www.xwiki.com', null, 'XWiki SAS'), @@ -152,10 +153,9 @@ define([ ]), button, h('div.collapse.navbar-collapse.justify-content-end#menuCollapse', [ - h('a.nav-item.nav-link', { href: 'https://blog.cryptpad.fr/'}, Msg.blog), - h('a.nav-item.nav-link', { href: '/features.html'}, Msg.pricing), h('a.nav-item.nav-link', { href: '/what-is-cryptpad.html'}, Msg.about), h('a.nav-item.nav-link', { href: 'https://docs.cryptpad.fr'}, Msg.docs_link), + h('a.nav-item.nav-link', { href: '/features.html'}, Msg.pricing), ].concat(rightLinks)) ); };