Skip to content

Instantly share code, notes, and snippets.

@ianrose
Created November 11, 2016 19:42
Show Gist options
  • Save ianrose/9aea4966923c5a21977357c797a9ed8a to your computer and use it in GitHub Desktop.
Save ianrose/9aea4966923c5a21977357c797a9ed8a to your computer and use it in GitHub Desktop.
{{!-- ./layouts/ --}}
---
layout: default.hbs
---
{{#each collection1}}
<h2><a href="{{paths.href}}">{{title}}</a></h2>
{{date}}
{{/each}}
{{!-- ./layouts/ --}}
<!doctype html>
<html>
{{> head}}
<body>
{{{contents}}}
{{> scripts}}
</body>
</html>
title layout
Title
collection.hbs

Hello World

This lives in ./src/collection1/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment