erambler/pages/talks.md

751 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 datetime %>

% for talk in post.data("talks"): % endfor
Date Title Location
% if 'date' in talk: ${talk['date'].strftime('%a')} % endif % if 'url' in talk: % endif ${talk['title']} % if 'url' in talk: % endif ${talk.get('location', '')}
{{% /template %}}