mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-11-26 20:35:03 +01:00
6 lines
93 B
HTML
6 lines
93 B
HTML
{% if site.logo %}
|
|
<div class="site-logo"></div>
|
|
{% else %}
|
|
{{ site.title }}
|
|
{% endif %}
|