Cours/venv/lib/python3.12/site-packages/material/templates/partials/logo.html

10 lines
273 B
HTML
Raw Permalink Normal View History

2024-09-02 16:55:06 +00:00
{#-
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 %}