File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -%}
11- < span class ="font-weight-bold "> {{- site.brand_name -}} </ span >
12- {%- endif -%}
13- {%- else -%}
14- {{- site.title -}}
15- {%- endif -%}
9+ < img src ="/assets/img/logo-flat.png " alt ="Open Diffix Logo " width ="26 " height ="26 " style ="margin-top: -2px; margin-right: 1px; ">
10+ {% include wordmark.html %}
1611 </ a >
1712 {%- elsif site.enable_navbar_social -%}
1813 <!-- Social Icons -->
Original file line number Diff line number Diff line change 1+ < span class ="font-weight-bold ">
2+ < span style ="color: #0eb896; "> Open</ span > < span style ="color: #3385e1; "> Diffix</ span >
3+ </ span >
Original file line number Diff line number Diff line change 55<!-- about.html -->
66< div class ="post ">
77 < header class ="post-header ">
8- < h1 class ="post-title ">
9- {% if site.title == "blank" -%}< span class ="font-weight-bold "> {{ site.brand_name }}</ span >
10- {%- else -%}{{ site.title }}{%- endif %}
11- </ h1 >
8+ < div style ="display: flex; align-items: center; gap: 12px; ">
9+ < img src ="/assets/img/logo-flat.png " alt ="Open Diffix Logo " style ="margin-top: -6px; " width ="56 " height ="56 ">
10+ < h1 class ="post-title ">
11+ {% include wordmark.html %}
12+ </ h1 >
13+ </ div >
1214 < p class ="desc "> {{ page.subtitle }}</ p >
1315 </ header >
1416
You can’t perform that action at this time.
0 commit comments