Skip to content

Instantly share code, notes, and snippets.

@derofim
Created August 13, 2015 19:53
Show Gist options
  • Select an option

  • Save derofim/37b5f3a77c7dae6906e0 to your computer and use it in GitHub Desktop.

Select an option

Save derofim/37b5f3a77c7dae6906e0 to your computer and use it in GitHub Desktop.
{{#each tags}}
{{#is tag "blog"}}
{{#withSort pages "data.postdate"}}
<a href="{{this.basename}}.html">{{data.title}}</a>
{{/withSort}}
{{/is}}
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment