Skip to content

Instantly share code, notes, and snippets.

@pxr
Created March 2, 2013 15:53
Show Gist options
  • Select an option

  • Save pxr/5071642 to your computer and use it in GitHub Desktop.

Select an option

Save pxr/5071642 to your computer and use it in GitHub Desktop.
Middleman list of articles
<% page_articles.find_all{|x| !x.data.archive}.each_with_index do |article, i| %>
<li>
<time datetime="<%= article.date.strftime("%Y-%m-%d") %>">
<%= article.date.strftime("%Y-%m-%d") %> &raquo;
</time>
<a href="<%= article.url %>" rel="prefetch related"><%= article.title %></a>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment