Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Website
poul.org
Commits
e25ea71b
Verified
Commit
e25ea71b
authored
May 13, 2021
by
Roberto Bochet
Browse files
Added next course to links
parent
f9e63f82
Pipeline
#842
passed with stages
in 7 minutes and 12 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
links.html
View file @
e25ea71b
...
@@ -21,6 +21,11 @@ links:
...
@@ -21,6 +21,11 @@ links:
<img
class=
"logo"
src=
"{{ '/site/assets/img/logo/logo_notext.svg' | static_url }}"
alt=
"logo poul"
/>
<img
class=
"logo"
src=
"{{ '/site/assets/img/logo/logo_notext.svg' | static_url }}"
alt=
"logo poul"
/>
{% if site.data.next_course %}
<a
class=
"link"
href=
"{{ site.data.next_course.course.url | relative_url }}"
>
{{ site.data.next_course.name | markdonify
}}
</a>
{% endif %}
{% for link in page.links %}
{% for link in page.links %}
<a
class=
"link"
href=
"{{ link.url }}"
>
{{ link.text }}
</a>
<a
class=
"link"
href=
"{{ link.url }}"
>
{{ link.text }}
</a>
{% endfor %}
{% endfor %}
\ No newline at end of file
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