Created
May 18, 2012 20:43
-
-
Save thefotios/2727495 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: Home | |
description: | |
layout : page | |
--- | |
<div class="span8"> | |
{{# posts }} | |
{{> post_summary }} | |
{{/ posts }} | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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