Created
September 21, 2020 23:56
-
-
Save hsleonis/764793262bc25671a8bf49ee5f17d285 to your computer and use it in GitHub Desktop.
Shopify different page menu
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
{% if template contains 'page' and page.url == '/pages/shop' %} | |
{% assign main_menu = linklists['shop-menu'] %} | |
{% else %} | |
{% assign main_menu = linklists[section.settings.main_linklist] %} | |
{% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment