We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6902f9 commit e8c4f6aCopy full SHA for e8c4f6a
1 file changed
_includes/header.html
@@ -6,13 +6,8 @@
6
<div class="container">
7
{% if page.permalink != '/' -%}
8
<a class="navbar-brand title font-weight-lighter" href="{{ site.baseurl }}/">
9
- {%- if site.title == "blank" -%}
10
- {%- if site.brand_name -%}
+ <img src="/assets/img/logo-flat.png" alt="Open Diffix Logo" width="26" height="26" style="margin-top: -2px; margin-right: 1px;">
11
{% include wordmark.html %}
12
- {%- endif -%}
13
- {%- else -%}
14
- {{- site.title -}}
15
16
</a>
17
{%- elsif site.enable_navbar_social -%}
18
<!-- Social Icons -->
0 commit comments