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
3da8588f
Commit
3da8588f
authored
Nov 13, 2019
by
gijs
Browse files
T
parent
37773b69
Changes
1
Hide whitespace changes
Inline
Side-by-side
generator/templates/trajectories.html
View file @
3da8588f
...
...
@@ -46,9 +46,9 @@
<section
class=
"trajectory-list--grid"
>
{% for trajectory in trajectories %}
<section
class=
"trajectory--item"
>
{% if
trajectory.title and
trajectory.title.value %}
{% if trajectory.title.value %}
<h2
class=
"produser"
>
<a
href=
"{{ trajectory.link }}"
>
{{ trajectory.title }}
</a>
<a
href=
"{{ trajectory.link }}"
>
{{ trajectory.title }}
</h2>
{% else %}
<h2>
...
...
@@ -60,8 +60,7 @@
{% else %}
{{ trajectory.content|truncatewords_html:60 }}
{% endif %}
<a
href=
"{{ trajectory.link }}"
class=
"read-further"
>
read further
</a>
<a
href=
"{{ trajectory.produser.target.link }}"
class=
"read-further"
>
read further
</a>
</section>
{% endfor %}
</section>
...
...
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