Add function for getting events for a talk

GH-160
This commit is contained in:
Oliver Davies 2019-12-27 21:24:14 +00:00
parent 105ae345a9
commit 5499f555c1
4 changed files with 86 additions and 5 deletions

View file

@ -17,6 +17,6 @@
{% include 'talk/slides' %}
{% include 'talk/video' %}
{% include 'talk/tweets' %}
{% include 'talk/events' %}
{% include 'talk/events' with { events: get_events_for_talk(page, site.events) } only %}
</div>
{% endblock %}