X-Git-Url: https://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/f2f70556922d006af212d3cd977450e8d140ee84..ec1703ff7346b6d3edeee73f1c6dfa750b7aeed4:/content/weblog.md diff --git a/content/weblog.md b/content/weblog.md new file mode 100644 index 0000000..08bb3c8 --- /dev/null +++ b/content/weblog.md @@ -0,0 +1,18 @@ +--- +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"}