aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r--pyaggr3g470r/templates/layout.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html
index c2c0c07e..93d36096 100644
--- a/pyaggr3g470r/templates/layout.html
+++ b/pyaggr3g470r/templates/layout.html
@@ -27,10 +27,9 @@
</button>
<a class="navbar-brand" href="{{ url_for("home") }}">pyAggr3g470r</a>
{% if head_titles %}
- {% for head_title in head_titles %}
- <span class="navbar-brand"> - </span>
- <span class="navbar-brand">{{ head_title }}</span>
- {% endfor %}
+ <p class="navbar-text" style="max-height: 20px; overflow: hidden">
+ {{ " - ".join(head_titles) }}
+ </p>
{% endif %}
</div>
bgstack15