From 3fe6a5e5c56a27ffce1040b6188cfe8fce7c5a09 Mon Sep 17 00:00:00 2001 From: Luke <16389426+LukeSeers@users.noreply.github.com> Date: Tue, 3 May 2022 04:33:01 +0200 Subject: [PATCH] clean code --- jobs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 %}
- {{ post.title }} + {{ job.title }} Austria - remote
- View More + View More
{% endfor %} {%- else -%}