docfx/_exported_templates/default/partials/_logo.liquid (8 lines of code) (raw):
{% comment -%}Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.{% endcomment -%}
<a class="navbar-brand" href="{{_rel}}index.html">
{%- if _appLogoPath -%}
<img id="logo" class="svg" src="{{_rel}}{{_appLogoPath}}" alt="{{_appName}}" >
{%- else -%}
<img id="logo" class="svg" src="{{_rel}}logo.svg" alt="{{_appName}}" >
{%- endif -%}
</a>