Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
<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") }}
{{ _("Location") }}
{% elif hostname == "mirrors.ipfire.org" %}
{{ _("Mirrors") }}
- {% elif hostname == "people.ipfire.org" %}
- {{ _("People") }}
{% elif hostname == "wiki.ipfire.org" %}
{{ _("Wiki") }}
{% end %}