Skip to content
Snippets Groups Projects
Commit 74fac0a0 authored by Uwe Jandt (DESY, HIFIS)'s avatar Uwe Jandt (DESY, HIFIS)
Browse files

Merge branch '176-software-spotlights-add-a-back-button' into 'master'

Software spotlights: add a "back" button

Closes #176

See merge request !337
parents 09e254a1 d264e4a9
No related branches found
No related tags found
1 merge request!337Software spotlights: add a "back" button
......@@ -15,6 +15,7 @@
<section>
<article>
<i class="fas fa-backward"></i> <a href="{% link spotlights.md %}">Back to Software Spotlights Overview</a> <i class="fas fa-backward"></i>
<div class="alert alert-success spotlight-info">
<h3>Centres</h3>
{% for center in page.hgf_centers %}
......@@ -111,6 +112,9 @@
</div>
{{ content }}
<br><br>
<i class="fas fa-backward"></i> <a href="{% link spotlights.md %}">Back to Software Spotlights Overview</a> <i class="fas fa-backward"></i>
</article>
</section>
</main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment