diff --git a/hyperglass/render/templates/title.html.j2 b/hyperglass/render/templates/title.html.j2 index e3e9a77..7fdfb8d 100644 --- a/hyperglass/render/templates/title.html.j2 +++ b/hyperglass/render/templates/title.html.j2 @@ -7,19 +7,19 @@ {% elif branding.text.title_mode == 'all' %} - +

{{ branding.text.title }}

{{ branding.text.subtitle.format(primary_asn=primary_asn) }}

{% elif branding.text.title_mode == 'logo_title' %}
- +

{{ branding.text.title }}

{% elif branding.text.title_mode == 'logo_only' %}
- +
{% endif %}