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
osp
tools.ethertoff
Commits
37773b69
Commit
37773b69
authored
Nov 13, 2019
by
gijs
Browse files
Trajectory pages
parent
d5261ca4
Changes
1
Hide whitespace changes
Inline
Side-by-side
generator/templates/trajectories.html
View file @
37773b69
...
...
@@ -46,7 +46,7 @@
<section
class=
"trajectory-list--grid"
>
{% for trajectory in trajectories %}
<section
class=
"trajectory--item"
>
{% if trajectory.title.value %}
{% if
trajectory.title and
trajectory.title.value %}
<h2
class=
"produser"
>
<a
href=
"{{ trajectory.link }}"
>
{{ trajectory.title }}
</a>
</h2>
...
...
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