diff --git a/jobs/index.html b/jobs/index.html
index 43dd102..72cf57b 100644
--- a/jobs/index.html
+++ b/jobs/index.html
@@ -76,15 +76,15 @@ layout: page
- {% assign posts = site.jobs %}
- {% if posts.size > 0 %}
- {% for post in posts %}
+ {% assign jobs = site.jobs %}
+ {% if jobs.size > 0 %}
+ {% for job in jobs %}
{% endfor %}
{%- else -%}