Move margin
This commit is contained in:
parent
2b07766ada
commit
3dba89fb37
|
@ -27,14 +27,14 @@ talks:
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% set talks = getTalks(page.talks|merge(data.talks)) %}
|
{% set talks = getTalks(page.talks|merge(data.talks)) %}
|
||||||
|
|
||||||
<header class="mb-6">
|
<header>
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
After giving my first talk in September 2012, I have now given {{ talks|pastEvents|length }} presentations at various conferences and meetups,
|
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.
|
on topics including PHP, Drupal, Git, CSS and systems administration.
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="spaced-y-10">
|
<div class="spaced-y-10 mt-6">
|
||||||
{% include 'talks/upcoming' with {
|
{% include 'talks/upcoming' with {
|
||||||
talks: talks|upcomingTalks,
|
talks: talks|upcomingTalks,
|
||||||
} %}
|
} %}
|
||||||
|
|
Loading…
Reference in a new issue