Created
March 15, 2018 05:26
-
-
Save Security2431/0d5fc7786c0bedecbd1323d3a8201b7c to your computer and use it in GitHub Desktop.
footer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
footer.footer | |
.wrapper.footer__wrapper | |
.footer__col | |
.footer__head | |
.footer__payment | |
.footer__info | |
.footer__col | |
- var menu = content.index.menu | |
each items in menu.items | |
.footer__menu | |
nav.nav.menu__nav | |
h3.nav__heading!= items.heading | |
ul.mu-list.nav__list | |
each item in items.items | |
li.mu-list__item | |
a.mu-list__link(href=item.href)!= item.text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment