Add blank lines for readability
This commit is contained in:
parent
c583d1b202
commit
9deeaf6772
2 changed files with 10 additions and 0 deletions
|
@ -6,6 +6,7 @@ use: [talks]
|
|||
Here are a list of my previous conference and user group talks:
|
||||
|
||||
{% set events = [] %}
|
||||
|
||||
{% for date in site.events.dates|reverse %}
|
||||
{% if date.date >= 'today'|date('Y-m-d') %}
|
||||
{% else %}
|
||||
|
@ -16,6 +17,7 @@ Here are a list of my previous conference and user group talks:
|
|||
}]) %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% include 'talks-table' with { events: events } %}
|
||||
|
||||
Upcoming talks can be found on the [talks page][0].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue