3 copyright: 2020 Nick Bowler
7 The bartender greets you heartily as you enter the bustling tavern. With a
8 delicious pint in hand, you can overhear discussions taking place on a variety
11 <% sorted_articles.each do |item|
12 next unless item[:title]
14 * <span><%= if item[:published]
15 then attribute_to_time(item[:published]).strftime("%Y-%m-%d")
16 else '<small>\[unpublished\]</small>'
17 end %>: </span>[<%= item[:title] %>](<%= item_uri(item) %>)
18 <% end %> {: class="ordered"}