27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
<a style="padding-bottom: 0px;" class="sidebar-brand{% if logo %} centered{% endif %}" href="{{ pathto(master_doc) }}">
|
|
{% block brand_content %}
|
|
{%- if logo_url %}
|
|
<div class="sidebar-logo-container">
|
|
<img class="sidebar-logo" src="{{ logo_url }}" alt="Logo" />
|
|
</div>
|
|
{%- endif %}
|
|
{%- if theme_light_logo and theme_dark_logo %}
|
|
<div class="sidebar-logo-container">
|
|
<img class="sidebar-logo only-light" src="{{ pathto('_static/' + theme_light_logo, 1) }}" alt="Light Logo" />
|
|
<img class="sidebar-logo only-dark" src="{{ pathto('_static/' + theme_dark_logo, 1) }}" alt="Dark Logo" />
|
|
</div>
|
|
{%- endif %}
|
|
{% if not theme_sidebar_hide_name %}
|
|
<span style="margin-bottom:0px" class="sidebar-brand-text">
|
|
{{ docstitle if docstitle else project }}
|
|
</span>
|
|
{%- endif %}
|
|
{% endblock brand_content %}
|
|
</a>
|
|
|
|
<div style="margin-left: 12px; margin-top: 4px;">
|
|
<a style="margin-top: 6px;" class="github-button" href="https://github.com/cleanlab/cleanlab" data-size="large" data-show-count="true"
|
|
aria-label="Star cleanlab/cleanlab on GitHub">Star</a>
|
|
</div>
|
|
|