Created
February 4, 2015 16:43
-
-
Save sskylar/4bed8d1148e4fb84ba1f to your computer and use it in GitHub Desktop.
Check if post contains a particular tag in Siteleaf
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 taxonomy['tags'].all contains 'My Tag' %}true{% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment