Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HCI-Development
HCI Theme
Commits
f5bd43b3
Commit
f5bd43b3
authored
Feb 11, 2021
by
Martin Fischbach
Browse files
revised topic layout
parent
4e9cc3be
Pipeline
#29746
passed with stage
in 12 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_layouts/topic.html
View file @
f5bd43b3
...
...
@@ -48,7 +48,7 @@ This project is already completed.
{% include image src=page.image %}
{% endif %}
{{ content }}
{% if page.background %}
<h2>
Background
</h2>
...
...
@@ -62,6 +62,8 @@ This project is already completed.
{{ page.tasks | markdownify }}
{% endif %}
{{ content }}
{% if page.preliminaries %}
<h2>
Preliminaries
</h2>
...
...
@@ -140,3 +142,9 @@ This project is already completed.
<br
/><br
/>
{% endfor %}
{% endif %}
{% if page.references %}
<h2>
References
</h2>
{{ page.references | markdownify }}
{% endif %}
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