Skip to content

Instantly share code, notes, and snippets.

@carolineschnapp
Created November 18, 2011 20:49
Show Gist options
  • Save carolineschnapp/1377710 to your computer and use it in GitHub Desktop.
Save carolineschnapp/1377710 to your computer and use it in GitHub Desktop.
Expo theme bug fix in index.liquid
<!-- In index.liquid -->
<!-- BEFORE -->
{% for product in collections[settings.frontpage_collection].products limit:8 %}
<!-- FIXED -->
{% for product in collections[settings.frontpage_collection].products limit: settings.frontpage_pagination_limit %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment