diff --git a/_includes/jobrows.html b/_includes/jobrows.html index 2af81a7..9fbdcd5 100755 --- a/_includes/jobrows.html +++ b/_includes/jobrows.html @@ -1,11 +1,9 @@ {% capture jobs_data %} {% for job in include.sorted_jobs %} - {% capture nowunix %}{{'now' | date: '%s'}}{% endcapture %} - {% capture expires %}{{ job.expires | date: "%m/%d/%Y" | date: '%s'}}{% endcapture %} + {% capture nowunix %}{{'now' | date: '%m/%d/%Y' | date: %s }}{% endcapture %} {% capture posted %}{{ job.posted | date: "%m/%d/%Y" | date: '%b %d, %Y'}}{% endcapture %} {% capture posted_order %}{{ job.posted | date: "%m/%d/%Y" | date: '%Y%m%d'}}{% endcapture %} {% capture expires_order %}{{ job.expires | date: "%m/%d/%Y" | date: '%Y%m%d'}}{% endcapture %} - {% if expires > nowunix %}