Skip to content
Snippets Groups Projects
Commit 397868ea authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Fix order of job offers

parent 01d34809
No related branches found
No related tags found
1 merge request!194Job Page
Pipeline #56752 passed
......@@ -31,7 +31,7 @@ description: The Frama-C team hires!
</p>
</div>
{% assign jobs = site.jobs | where: "filled", "false" | sort: "date", "last" %}
{% assign jobs = site.jobs | where: "filled", "false" | sort: "date" | reverse %}
{% if 0 != jobs.size %}
{% for position in jobs %}
<a role="link" href="{{ position.url }}" class="tile">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment