Skip to content

Instantly share code, notes, and snippets.

View duncanmcclean's full-sized avatar

Duncan McClean duncanmcclean

View GitHub Profile
{{ collection:blog paginate="true" as="posts" }}
{{ posts scope="tag" }}
<div class="post">
<h1> <a href="{{ url }}"> {{ title }} </a> </h1>
</div>
{{ /posts }}
{{ /collection:blog }}