Language selection

Search


Hide 'About government' section from the footer

By setting the noFooterAbout variable to "true", the "About government" section will will be hidden on page load.

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>
				<ul>
					<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
					<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
					<li><a href="https://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
				</ul>
				<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>