brand.html 458 B

12345678
  1. <a class="sidebar-brand{% if logo %} centered{% endif %}" href="{{ pathto(master_doc) }}">
  2. {% block brand_content %}
  3. {% if not theme_sidebar_hide_name %}
  4. <img class="sidebar-logo" style="width: 40%;" src="{{ pathto('_static/opentelemetry_logo.png', 1) }}" alt="Logo"/>
  5. <span class="sidebar-brand-text" style="font-size: 100%; font-weight: bold; color: grey;">OpenTelemetry C++ {{ release }}</span>
  6. {%- endif %}
  7. {% endblock brand_content %}
  8. </a>`