Count the number of events from talks
This commit is contained in:
parent
5048781ae3
commit
92f3865ee7
3 changed files with 51 additions and 5 deletions
|
@ -2,10 +2,10 @@
|
|||
title: Talks and workshops
|
||||
use:
|
||||
- talks
|
||||
intro_text: |
|
||||
Starting with my first talk in September 2012, I have given 82 presentations and workshops at various conferences and meetups, in-person and remotely, on topics including PHP, Drupal, automated testing, Git, CSS, and systems administration.
|
||||
---
|
||||
|
||||
<p>Starting with my first talk in September 2012, I have given {{ get_past_talk_count(data.talks) }} presentations and workshops at various conferences and meetups, in-person and remotely, on topics including PHP, Drupal, automated testing, Git, CSS, and systems administration.</p>
|
||||
|
||||
<div class="mt-10">
|
||||
<div class="space-y-8">
|
||||
{% for talk in data.talks|sort((a,b) => a.sortable_date < b.sortable_date) %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue