diff --git a/layouts/shortcodes/jobs.html b/layouts/shortcodes/jobs.html index 12e89bc..d671022 100644 --- a/layouts/shortcodes/jobs.html +++ b/layouts/shortcodes/jobs.html @@ -1,6 +1,6 @@ -
- +
+ + Range through all available job offerings {{ range .Site.Data.jobs }}

{{.title}}

@@ -31,8 +31,9 @@ type="button" class="text-white bg-blue-700 hover:bg-blue-800 focus:outline-none focus:ring-4 focus:ring-blue-300 font-medium rounded-full text-sm px-5 py-2.5 text-center me-2 mb-2 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800 max-w-2xs" onclick="openApplyForm('{{.title}}')">Apply - {{ end }} + {{ end }} -->
+