Last active
November 1, 2016 15:57
-
-
Save sskylar/ce0bef39fea6dbfd64d7811e642bc56c to your computer and use it in GitHub Desktop.
Custom nested menu for Jekyll/Siteleaf
This file contains 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
menu: | |
- title: Home | |
url: / | |
- title: About | |
url: /about | |
children: | |
- title: Contact | |
url: /about/contact | |
- title: Team | |
url: /about/team | |
- title: Follow us | |
url: http://facebook.com/... |
This file contains 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
{% include menu.html menu=site.menu %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment