Adjust column widths

This commit is contained in:
Oliver Davies 2017-03-19 11:59:35 +00:00
parent d33e78a2fa
commit a3470acdca
4 changed files with 20 additions and 18 deletions

View file

@ -30,15 +30,13 @@ use: [talks, posts]
{% include "talks-table" with {
events: upcoming_events|sortbyfield('date'),
show_talk: true
hide_feedback: true,
} %}
<h2>Last 5 Talks</h2>
{% include "talks-table" with {
events: past_events|sortbyfield('date')|reverse[:5],
show_feedback: true,
show_talk: true
events: past_events|sortbyfield('date')|reverse[:5]
} %}
<p>You can view more talks in the <a href="/talks/archive">talks archive</a>.</p>