display the terms page in the footer again

pull/1/head
ansuz 2021-04-14 08:57:26 +05:30
parent aed2cbc5eb
commit 259bdb415c
1 changed files with 1 additions and 0 deletions
customize.dist

View File

@ -108,6 +108,7 @@ define([
// only display the legal part of the footer if it has content
if (terms || Pages.privacyLink || Pages.imprintLink) {
legalFooter = footerCol('footer_legal', [
terms,
Pages.privacyLink,
Pages.imprintLink,
]);