Spaces:
Paused
Paused
Commit
·
bb4f7d7
1
Parent(s):
40c0d9e
templates updated
Browse files
backend/templates/jobs.html
CHANGED
@@ -20,10 +20,10 @@
|
|
20 |
<p>Discover opportunities that match your expertise and career goals</p>
|
21 |
</div>
|
22 |
|
23 |
-
<ul class="breadcrumbs">
|
24 |
<li><a href="{{ url_for('index') }}">Home</a></li>
|
25 |
<li>Jobs</li>
|
26 |
-
</ul>
|
27 |
|
28 |
<div class="job-grid">
|
29 |
{% if jobs %}
|
|
|
20 |
<p>Discover opportunities that match your expertise and career goals</p>
|
21 |
</div>
|
22 |
|
23 |
+
<!-- <ul class="breadcrumbs">
|
24 |
<li><a href="{{ url_for('index') }}">Home</a></li>
|
25 |
<li>Jobs</li>
|
26 |
+
</ul> -->
|
27 |
|
28 |
<div class="job-grid">
|
29 |
{% if jobs %}
|