<body id="page-top" class="{{ hostname.replace(".", "-") }}">
<nav class="navbar navbar-light navbar-expand-lg">
<div class="container">
- <a class="navbar-brand" href="/">
- {% if hostname == "www.ipfire.org" and request.path.startswith("/blog") %}
+ {% if hostname == "www.ipfire.org" and request.path.startswith("/blog") %}
+ <a class="navbar-brand" href="/blog">
IPFire<span class="text-primary">_</span>Blog
- {% else %}
+ </a>
+ {% else %}
+ <a class="navbar-brand" href="/">
IPFire<span class="text-primary">_</span>
- {% end %}
- {% if hostname == "fireinfo.ipfire.org" %}
- {{ _("Fireinfo") }}
- {% elif hostname == "location.ipfire.org" %}
- {{ _("Location") }}
- {% elif hostname == "mirrors.ipfire.org" %}
- {{ _("Mirrors") }}
- {% elif hostname == "people.ipfire.org" %}
- {{ _("People") }}
- {% elif hostname == "wiki.ipfire.org" %}
- {{ _("Wiki") }}
- {% end %}
- </a>
+ {% if hostname == "fireinfo.ipfire.org" %}
+ {{ _("Fireinfo") }}
+ {% elif hostname == "location.ipfire.org" %}
+ {{ _("Location") }}
+ {% elif hostname == "mirrors.ipfire.org" %}
+ {{ _("Mirrors") }}
+ {% elif hostname == "people.ipfire.org" %}
+ {{ _("People") }}
+ {% elif hostname == "wiki.ipfire.org" %}
+ {{ _("Wiki") }}
+ {% end %}
+ </a>
+ {% end %}
{% block menu %}
{% if hostname == "www.ipfire.org" and request.path.startswith("/blog") %}