Skip to content

Instantly share code, notes, and snippets.

@jasonmccallister
Created February 26, 2014 05:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonmccallister/9223881 to your computer and use it in GitHub Desktop.
Save jasonmccallister/9223881 to your computer and use it in GitHub Desktop.
Used in a Craft/Twig for loop to add a clear fix div after three entries.
{% if loop.index is divisibleby(3) %}
<div class="clearfix"></div>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment