fix: missing into text on Talks page
This commit is contained in:
parent
61f500e40b
commit
7c36c93917
|
@ -29,8 +29,8 @@ const sortedTalks = talks
|
||||||
---
|
---
|
||||||
|
|
||||||
<ListingPage items={sortedTalks} title="Talks and workshops">
|
<ListingPage items={sortedTalks} title="Talks and workshops">
|
||||||
<Markdown>
|
<Markdown slot="intro">
|
||||||
<p slot="intro">
|
<p>
|
||||||
Starting with my first talk in September 2012, I have given {talkCount} presentations
|
Starting with my first talk in September 2012, I have given {talkCount} presentations
|
||||||
and workshops at various conferences and meetups, in-person and remotely, on
|
and workshops at various conferences and meetups, in-person and remotely, on
|
||||||
topics including PHP, Drupal, automated testing, Git, CSS, and systems administration.
|
topics including PHP, Drupal, automated testing, Git, CSS, and systems administration.
|
||||||
|
|
Loading…
Reference in a new issue