Skip to content

Instantly share code, notes, and snippets.

@duncanmcclean
Created December 5, 2018 20:16
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 duncanmcclean/42645e5cda510356a80d527bdbecdbfb to your computer and use it in GitHub Desktop.
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