]> git.draconx.ca Git - homepage.git/blob - content/weblog.md
Update css_darkmode to handle media queries under @supports.
[homepage.git] / content / weblog.md
1 ---
2 title: Tavern
3 copyright: 2020 Nick Bowler
4 license: cc-by-nd-4.0
5 ---
6
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
9 of topics.
10
11 <% sorted_articles.each do |item|
12   next unless item[:title]
13 %>
14 * <span><%= if item[:published]
15   then attribute_to_time(item[:published]).strftime("%Y-%m-%d")
16   else '<small>\[unpublished\]</small>'
17   end %>:&#xa0;</span>[<%= item[:title] %>](<%= item_uri(item) %>)
18 <% end %> {: class="ordered"}