Remove events filter, make method private

This commit is contained in:
Oliver Davies 2019-05-20 20:30:22 +01:00
parent b7352e2fe9
commit 54fd609c5b
2 changed files with 13 additions and 15 deletions

View file

@ -28,7 +28,7 @@ talks:
{% set talks = getTalks(page.talks|merge(data.talks)) %}
<header class="mb-6">
<p class="text-lg">After giving my first talk in September 2012, I have now given {{ talks|events|pastEvents|length }} presentations at various conferences and meetups, on topics including PHP, Drupal, Git, CSS and systems administration.</p>
<p class="text-lg">After giving my first talk in September 2012, I have now given {{ talks|pastEvents|length }} presentations at various conferences and meetups, on topics including PHP, Drupal, Git, CSS and systems administration.</p>
</header>
<div class="spaced-y-10">