Created
January 31, 2020 21:08
-
-
Save jackabox/e5c86092ba9ea970933563dd9f7a15ec to your computer and use it in GitHub Desktop.
Show cart as active when on template.
This file contains 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="/cart" {% if template == 'cart' %}class="active"{% endif %}> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment