Created
November 6, 2013 01:13
-
-
Save rruhlen/7329258 to your computer and use it in GitHub Desktop.
liquid to display specific topics
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
| {% for topic in topics %} | |
| {% if topic.article_count > 0 %} | |
| {%if topic.id == 559243 or topic.id == 569843 or topic.id == 945865 %} | |
| {% else %} | |
| {% endif %} | |
| {% endif %} | |
| {% endfor %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment