Files
radzen-blazor/Radzen.DocFX/templates/radzen/partials/_logo.liquid
2024-12-27 16:26:14 +02:00

9 lines
468 B
Plaintext

{% 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="https://blazor.radzen.com/docs/api/">
{%- 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>