]> git.ipfire.org Git - ipfire.org.git/commitdiff
people: Fix excess space in branding
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Nov 2020 16:29:22 +0000 (16:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Nov 2020 16:29:22 +0000 (16:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/base.html

index ddfddf47e21ddb5a4e7b7099a818da0f1b075535..466688f5304f9a5c66bf6fcda020a8f187cb1255 100644 (file)
                        <nav class="navbar navbar-light navbar-expand-lg">
                                <div class="container">
                                        <a class="navbar-brand" href="/">
-                                               IPFire<span class="text-primary">_</span>
+                                               {% if hostname == "people.ipfire.org" %}
+                                                       IPFire<span class="text-primary">_</span>People
+                                               {% else %}
+                                                       IPFire<span class="text-primary">_</span>
+                                               {% end %}
 
                                                {% if hostname == "fireinfo.ipfire.org" %}
                                                        {{ _("Fireinfo") }}
@@ -33,8 +37,6 @@
                                                        {{ _("Location") }}
                                                {% elif hostname == "mirrors.ipfire.org" %}
                                                        {{ _("Mirrors") }}
-                                               {% elif hostname == "people.ipfire.org" %}
-                                                       {{ _("People") }}
                                                {% elif hostname == "wiki.ipfire.org" %}
                                                        {{ _("Wiki") }}
                                                {% end %}