diff -r 7f940dbb60a6 -r aec51a27ca54 design/_includes/sessions.list.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/design/_includes/sessions.list.html Thu Jun 15 16:51:24 2017 +0200 @@ -0,0 +1,32 @@ +
+ +
+
+ +
+
?
+ +
+
+
+ +{% for session in site.data.sessions %} +
+
{{ session.title }}
+ {{ session.first | date: "%d/%m/%Y %H:%M" }} → {{ session.last | date: "%d/%m/%Y %H:%M" }} + +
{{ session.annotations }} notes
+ +
{{ session.description }}
+ +
+ {% for keyword in session.keywords %} + {{ keyword }} + {% endfor %} +
+ +
+ +
+{% endfor %} +