Skip to content

Instantly share code, notes, and snippets.

@bluetidepro
Last active December 25, 2015 19:39
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 bluetidepro/7029275 to your computer and use it in GitHub Desktop.
Save bluetidepro/7029275 to your computer and use it in GitHub Desktop.
Storenvy Liquid Page Code - Add this to your custom theme to allow pages to show up in the theme.
{% for page in pages.all %}
<li><a href="{{ page.url }}" class="{{ page.permalink }}">{{ page.name }}</a></li>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment