mirror of
https://github.com/Digital-Naturalism-Laboratories/Mothbox.git
synced 2026-04-11 18:36:05 +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 %}
|