Skip to content

Instantly share code, notes, and snippets.

@philgyford
Created July 3, 2017 15:35
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 philgyford/c445d9e05cb6c17e32397ed9846c1e2f to your computer and use it in GitHub Desktop.
Save philgyford/c445d9e05cb6c17e32397ed9846c1e2f to your computer and use it in GitHub Desktop.
{{#post}}
{{#get "posts" limit="1" order="published_at desc" filter=“tag:getting-started+published_at:<{{published_at}}"}}
{{#foreach posts}}
<a href="{{url}}">{{title}}</a>
{{/foreach}}
{{/get}}
{{/post}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment