Skip to content

Instantly share code, notes, and snippets.

@joe-dempsey
Last active June 14, 2016 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joe-dempsey/6640e72bf2d87ef4ecf5fd9acf210782 to your computer and use it in GitHub Desktop.
Save joe-dempsey/6640e72bf2d87ef4ecf5fd9acf210782 to your computer and use it in GitHub Desktop.
{% comment %}
use the following to create a menu in Shopify
in this case we are assigning the menu with handle mobi_nav
{% endcomment %}
<ul class="nav">
{% for link in linklists.mobi_nav.links %}
<li><a href="{{ link.url }}">{{ link.title }}</a></li>
{% endfor %}
</ul>
{% comment %}
All done have fun.
{% endcomment %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment