Skip to content

Instantly share code, notes, and snippets.

@metrafonic
Last active August 29, 2015 14:22
Show Gist options
  • Select an option

  • Save metrafonic/fd64bc6f39bf12cab601 to your computer and use it in GitHub Desktop.

Select an option

Save metrafonic/fd64bc6f39bf12cab601 to your computer and use it in GitHub Desktop.
gist
{{#foreach posts}}
<article class="{{post_class}}" itemscope itemtype="http://schema.org/BlogPosting" role="article">
<div class="article-item">
<header class="post-header">
<h2 class="post-title" itemprop="name"><a href="{{url}}" itemprop="url">{{{title}}}</a></h2>
<span class="post-meta"><time datetime="{{date format='YYYY-MM-DD'}}">{{date format="DD MMM YYYY"}} {{tags prefix="on "}}</span>
</header>
<section class="post-excerpt" itemprop="description">
<p>{{excerpt characters="250"}}…</p>
</section>
</div>
</article>
{{/foreach}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment