erambler/content/talks.md

854 B

title date slug type data
Talks 2020-10-21 14:00:04 UTC+01:00 talks text data/talks.yaml

Here is a selection of talks that I've given.

{{%/* template %}} <%! import arrow %>

% for talk in post.data("talks"): % endfor
Date Title Location
% if 'date' in talk: <% date = arrow.get(talk['date']) %> ${date.format('ddd d MMM YYYY')} % endif % if 'url' in talk: % endif ${talk['title']} % if 'url' in talk: % endif ${talk.get('location', '')}
{{% /template */%}}