File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ const html = entry && entry.body ? marked.parse(entry.body) : "";
9
9
10
10
---
11
11
12
- <div class =" mb-2 prose prose-li:m-0 prose-ul:m-0 prose-ul:mb-2 prose-a:underline prose-h1:text-text prose-headings:font-title prose-headings:text-text prose-a:text-text hover:prose-a:text-primary-hover prose-strong:text-text prose-strong:font-bold prose-li:marker:text-text p-6" >
13
- <article set:html ={ html } />
14
- </div >
12
+ { html &&
13
+ <div class = " mb-2 prose prose-li:m-0 prose-ul:m-0 prose-ul:mb-2 prose-a:underline prose-h1:text-text prose-headings:font-title prose-headings:text-text prose-a:text-text hover:prose-a:text-primary-hover prose-strong:text-text prose-strong:font-bold prose-li:marker:text-text p-6" >
14
+ <article set :html = { html } />
15
+ </div >
16
+ }
Original file line number Diff line number Diff line change @@ -36,10 +36,6 @@ const isJobPage = Astro.url.pathname == `/sponsor/${job.id}`;
36
36
<p class =" text-gray-700 mb-4" >{ salary } </p >
37
37
<p class =" mb-3" >{ description } </p >
38
38
39
- { isJobPage &&
40
- <CardContent collection = " jobs" entry = { job .id } />
41
- }
42
-
43
39
{ responsibilities &&
44
40
<h3 class = " text-xl font-semibold mb-2" >Responsibilities</h3 >
45
41
<ul class = " list-disc list-inside mb-4" >
You can’t perform that action at this time.
0 commit comments