December 2016
Beginner to intermediate
1005 pages
21h 54m
English
Our website has several global components that were present on our homepage that don't currently exist on our interior pages. One such item is the global header, which consists of the utility menu, logo, main menu, and search form block.
To add this section to our template, we need to simply copy the footer markup from the page--front.html.twig template:
page.html.twig and delete the entire contents.page--front.html.twig and copy the following markup:<footer id="id2245footer" role="contentinfo"> <div class="container main-footer"> <div class="row"> <div class="col-md-4"> {{ page.footer_first }} </div> <div class="col-md-4"> {{ page.footer_second }} </div> <div class="col-md-4"> {{ page.footer_third }} </div> </div> ...Read now
Unlock full access