Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Juan
AMRO22-website
Commits
de47e6b0
Commit
de47e6b0
authored
Jun 13, 2022
by
Juan
Browse files
Added Worklab as condition to include link to reggistration form
parent
23d6a33e
Pipeline
#2103
passed with stages
in 3 minutes and 38 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_layouts/overview.html
View file @
de47e6b0
...
...
@@ -5,7 +5,7 @@ layout: main
<div
class=
"main-content-background"
></div>
<div
class=
"main-content-container main-content-overview"
>
<article
class=
"main-content"
>
{{ content }}
{% if page.permalink == "/partners/" %} {% include cementery-logo.html %} {%
endif %
}
{% if page.permalink == "/partners/" %} {% include cementery-logo.html %} {%
endif %} {{
content }
}
</article>
</div>
_layouts/program.html
View file @
de47e6b0
...
...
@@ -14,7 +14,7 @@ layout: main
<h4>
{{ page.name }}
</h4>
<p>
{{ page.content }}
</p>
<h5>
{% if page.format == "Workshop" %}
{% if page.format == "Workshop"
or page.format == "Worklab"
%}
<a
href=
"{{ page.program_src }}"
>
to registration form
</a>
{% endif %}
</h5>
...
...
Write
Preview
Supports
Markdown
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