Last active
September 23, 2016 18:41
-
-
Save iamkevingreen/d00f643a7a34e70e3230e7f0c9973877 to your computer and use it in GitHub Desktop.
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
<div class="news"> | |
<section class="news--module"> | |
<div class="news--grid js-c-grid"> | |
{% for post in posts %} | |
{% include ['tease-news.twig', 'tease.twig'] %} | |
{% endfor %} | |
</div> | |
</section> | |
<div class="news--more"> | |
{% if pagination.next %} | |
<a class="btn btn--black js-load-more">Load More</a> | |
{% endif %} | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment