Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
embl.org
html-sites
embl-jobs-pages
Commits
6a7972dd
Commit
6a7972dd
authored
May 06, 2021
by
Ken Hawkins
Browse files
Fix broken anhor links
parent
845aeac3
Pipeline
#165708
passed with stages
in 2 minutes and 8 seconds
Changes
1
Pipelines
386
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/site/position/index.njk
src/site/position/index.njk
+5
-5
No files found.
src/site/position/index.njk
View file @
6a7972dd
...
...
@@ -188,7 +188,7 @@ embl_content_meta_properties:
{% endif %}
{% if currentJob.field_jobs_your_role | length > 0 %}
## Your role <a
href="role"
id="role"></a>
## Your role <a id="role"></a>
{{ currentJob.field_jobs_your_role | safe }}
{% endif %}
...
...
@@ -254,7 +254,7 @@ embl_content_meta_properties:
<div class="vf-content">
{% markdown %}
{% if currentJob.field_jobs_you_have | length > 0 %}
## You have <a
href="youhave"
id="youhave"></a>
## You have <a id="youhave"></a>
{{ currentJob.field_jobs_you_have | safe }}
{% endif %}
...
...
@@ -269,7 +269,7 @@ embl_content_meta_properties:
<div class="vf-content">
{% markdown %}
{% if currentJob.field_jobs_you_also_have | length > 0 %}
## You might also have <a
href="alsohave"
id="alsohave"></a>
## You might also have <a id="alsohave"></a>
{{ currentJob.field_jobs_you_also_have | safe }}
{% endif %}
...
...
@@ -284,7 +284,7 @@ embl_content_meta_properties:
<div class="vf-content">
{% markdown %}
{% if currentJob.field_jobs_why_join | length > 0 %}
## Why join us <a
href="why"
id="why"></a>
## Why join us <a id="why"></a>
{{ currentJob.field_jobs_why_join | safe }}
{% endif %}
...
...
@@ -334,7 +334,7 @@ embl_content_meta_properties:
<div class="vf-content">
{% markdown %}
{% if currentJob.field_jobs_what_else_to_know | length > 0 %}
## What else you need to know <a
href="needtoknow"
id="needtoknow"></a>
## What else you need to know <a id="needtoknow"></a>
{{ currentJob.field_jobs_what_else_to_know | safe }}
{% endif %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment