Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0def33f

Browse files
committed
Update jobsloop.njk
1 parent 0b6e753 commit 0def33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/snippets/jobsloop.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="col-12">
33
{% for jobs in collections.jobs | reverse %}
44
{% if loop.index0 < 999 %}
5-
<div class="mb-5 pb-5 border-top">
5+
<div class="mb-5 py-5 border-top">
66
<h2>{{ jobs.data.role}} at {{ jobs.data.company}}</h2>
77
Published: <time datetime="{{ post.date | htmlDateString }}">{{ jobs.date | readableDate }}</time> <br>
88
<p>{{ jobs.data.intro }}</p>

0 commit comments

Comments
 (0)