Skip to content

Instantly share code, notes, and snippets.

@nbatalla03
Created February 17, 2014 15:34
Show Gist options
  • Save nbatalla03/9052733 to your computer and use it in GitHub Desktop.
Save nbatalla03/9052733 to your computer and use it in GitHub Desktop.
<% blog.articles.select {|a| a.data.category != "projects"}[0...1].each do |article| %>
<%= image_tag "#{article.data.image}" %>
<h2><a href="<%= article.url %>"><%= article.title %></a></h2>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment