mirror of
https://github.com/Digital-Naturalism-Laboratories/Mothbox.git
synced 2026-03-17 05:17:49 +00: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 %}
|