Skip to content

Instantly share code, notes, and snippets.

View mclaughj's full-sized avatar

Joe McLaughlin mclaughj

View GitHub Profile
<article>
<h2>archive</h2>
<% years = [] %>
<% @articles.select.each {|a| years.push(a[:date].year)} %>
<% years.uniq!.each do |year| %>
<div class="archive-section">
<h3><%= year %></h3>
<ul>
<% @articles.select {|a| a[:date].year == year && a[:date] <= Date.today}.each do |article| %>
<li>