Re-order and reverse experience items
This commit is contained in:
parent
5d75416e45
commit
3e61fef7e8
2 changed files with 66 additions and 61 deletions
|
@ -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 %}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue