Skip to content

Instantly share code, notes, and snippets.

@nbatalla03
Created March 3, 2014 06:19
Show Gist options
  • Save nbatalla03/9319403 to your computer and use it in GitHub Desktop.
Save nbatalla03/9319403 to your computer and use it in GitHub Desktop.
<% blog.articles.select {|a| a.data.category == "projects"}[0..10].each do |article| %>
<li><a href="<%= article.data.permalink %>"><%= article.title %></a></li>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment