mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
6 lines
134 B
HTML
6 lines
134 B
HTML
{% if site.logo %}
|
|
<div class="site-logo" role="img" aria-label="{{ site.title }}"></div>
|
|
{% else %}
|
|
{{ site.title }}
|
|
{% endif %}
|