Skip to content

Instantly share code, notes, and snippets.

@rruhlen
Created November 6, 2013 01:13
Show Gist options
  • Select an option

  • Save rruhlen/7329258 to your computer and use it in GitHub Desktop.

Select an option

Save rruhlen/7329258 to your computer and use it in GitHub Desktop.
liquid to display specific topics
{% 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