Skip to content

Instantly share code, notes, and snippets.

@dinever
Created January 28, 2013 06:28
Show Gist options
  • Save dinever/4653466 to your computer and use it in GitHub Desktop.
Save dinever/4653466 to your computer and use it in GitHub Desktop.
{% for post in site.posts limit:5 %}
<div class="hero-unit well">
{{ post.date | date_to_string }}
<p><h2><a href="{{ post.url }}">{{ post.title }}</a></h2>Posted by {{site.author.name}}</p>
<article>{{ post.content | postmorefilter: post.url, "Read the rest of this post" }}</article>
</div>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment