--- title: Tavern copyright: 2020 Nick Bowler license: cc-by-nd-4.0 --- The bartender greets you heartily as you enter the bustling tavern. With a delicious pint in hand, you can overhear discussions taking place on a variety of topics. <% sorted_articles.each do |item| next unless item[:title] %> * <%= if item[:published] then attribute_to_time(item[:published]).strftime("%Y-%m-%d") else '\[unpublished\]' end %>: [<%= item[:title] %>](<%= item_uri(item) %>) <% end %> {: class="ordered"}