Created
January 19, 2018 22:23
-
-
Save zooks/daa438aaf7e7f6edcb14457a3d811a3a to your computer and use it in GitHub Desktop.
October Page Filters
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
<a href="{{ ''| page }}">Current page with current filter slugs</a> | |
<a href="{{ ''| page(false) }}">Current page without any filter slugs (except default value)</a> | |
<a href="{{ ''| page({ filter_slug:slug_var, filter_id:id_var }) }}">Current page with needle filter slugs</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment