Skip to content

Instantly share code, notes, and snippets.

@thefotios
Created May 18, 2012 20:43
Show Gist options
  • Save thefotios/2727495 to your computer and use it in GitHub Desktop.
Save thefotios/2727495 to your computer and use it in GitHub Desktop.
---
title: Home
description:
layout : page
---
<div class="span8">
{{# posts }}
{{> post_summary }}
{{/ posts }}
</div>
<div class="row">
<div>
<h2>{{ title }}</h2>
<div>
<h4 style="display: inline">Published: </h4>
<span class="date"><span>{{ date }}</span>
</div>
</div>
<hr>
<div>
{{ content }}
Content should be here...
</div>
<hr>
<a href="{{ url }}">Read more...</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment