Hide 'About government' section and some links from the 'Support links' section from the footer
By setting the noFooterAbout and noFooterSite variables to "true", the "About government" section and some links from the "Support links" secion will be hidden on page load but the "Contextual" section will remain.
Expected output code
<footer id="wb-info">
<h2 class="wb-inv">About this site</h2>
<div class="gc-contextual">
<div class="container">
<nav>
<h3>[Contextual footer title]</h3>
<ul class="list-col-xs-1 list-col-sm-2 list-col-md-3">
<li><a href="http://canada.ca/en">[Contextual Link 1]</a></li>
<li><a href="http://canada.ca/en">[Contextual Link 2]</a></li>
<li><a href="http://canada.ca/en">[Contextual Link 3]</a></li>
</ul>
</nav>
</div>
</div>
<div class="brand">
<div class="container d-flex align-items-center">
<nav>
<h3 class="wb-inv">Support links</h3>
<h4><span class="wb-inv">Transparency</span></h4>
<ul>
<li><a href="https://www.canada.ca/en/transparency/terms.html">Terms and conditions</a></li>
<li><a href="https://www.canada.ca/en/transparency/privacy.html">Privacy</a></li>
</ul>
</nav>
<div class="wtrmrk align-self-end">
<img src="/dist/GCWeb/assets/wmms-blk.svg" alt="Symbol of the Government of Canada">
</div>
</div>
</div>
</footer>