Skip to content

Commit e8c4f6a

Browse files
committed
Add logo in nav bar
1 parent b6902f9 commit e8c4f6a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

_includes/header.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@
66
<div class="container">
77
{% if page.permalink != '/' -%}
88
<a class="navbar-brand title font-weight-lighter" href="{{ site.baseurl }}/">
9-
{%- if site.title == "blank" -%}
10-
{%- if site.brand_name -%}
9+
<img src="/assets/img/logo-flat.png" alt="Open Diffix Logo" width="26" height="26" style="margin-top: -2px; margin-right: 1px;">
1110
{% include wordmark.html %}
12-
{%- endif -%}
13-
{%- else -%}
14-
{{- site.title -}}
15-
{%- endif -%}
1611
</a>
1712
{%- elsif site.enable_navbar_social -%}
1813
<!-- Social Icons -->

0 commit comments

Comments
 (0)