Skip to content

Instantly share code, notes, and snippets.

@duncanmcclean
Created December 5, 2018 20:16
Show Gist options
  • Select an option

  • Save duncanmcclean/42645e5cda510356a80d527bdbecdbfb to your computer and use it in GitHub Desktop.

Select an option

Save duncanmcclean/42645e5cda510356a80d527bdbecdbfb to your computer and use it in GitHub Desktop.
{{ collection:blog paginate="true" as="posts" }}
{{ posts scope="tag" }}
<div class="post">
<h1> <a href="{{ url }}"> {{ title }} </a> </h1>
</div>
{{ /posts }}
{{ /collection:blog }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment