aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/src/templates/partials/logo.html
blob: 6d80f2ce74e117a1a454c767d83b9b1e3f9feadb (plain) (blame)
1
2
3
4
5
6
7
8
9
{#-
  This file was automatically generated - do not edit
-#}
{% if config.theme.logo %}
  <img src="{{ config.theme.logo | url }}" alt="logo">
{% else %}
  {% set icon = config.theme.icon.logo or "material/library" %}
  {% include ".icons/" ~ icon ~ ".svg" %}
{% endif %}