Split text onto multiple lines
This commit is contained in:
parent
716cac4695
commit
2b07766ada
|
@ -28,7 +28,10 @@ talks:
|
|||
{% set talks = getTalks(page.talks|merge(data.talks)) %}
|
||||
|
||||
<header class="mb-6">
|
||||
<p class="lead">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>
|
||||
<p class="lead">
|
||||
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">
|
||||
|
|
Reference in a new issue