Remove events filter, make method private
This commit is contained in:
parent
b7352e2fe9
commit
54fd609c5b
2 changed files with 13 additions and 15 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue