Re-order and reverse experience items

This commit is contained in:
Oliver Davies 2017-07-15 08:29:05 +01:00
parent 5d75416e45
commit 3e61fef7e8
2 changed files with 66 additions and 61 deletions

View file

@ -9,7 +9,7 @@ redirect:
{% block content %}
<h1>Experience</h1>
{% for experience in site.experiences %}
{% for experience in site.experiences|reverse %}
{% set company = site.companies[experience.company] %}
<div class="experience-item{% if company.logo %} has-logo{% endif %}">