Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6e753 commit 0def33fCopy full SHA for 0def33f
src/_includes/snippets/jobsloop.njk
@@ -2,7 +2,7 @@
2
<div class="col-12">
3
{% for jobs in collections.jobs | reverse %}
4
{% if loop.index0 < 999 %}
5
- <div class="mb-5 pb-5 border-top">
+ <div class="mb-5 py-5 border-top">
6
<h2>{{ jobs.data.role}} at {{ jobs.data.company}}</h2>
7
Published: <time datetime="{{ post.date | htmlDateString }}">{{ jobs.date | readableDate }}</time> <br>
8
<p>{{ jobs.data.intro }}</p>
0 commit comments