mirror of
https://github.com/thangisme/notes.git
synced 2024-11-03 07:59:40 -05:00
132cecfea3
Automatically replaces the title with a logo
6 lines
93 B
HTML
6 lines
93 B
HTML
{% if site.logo %}
|
|
<div class="site-logo"></div>
|
|
{% else %}
|
|
{{ site.title }}
|
|
{% endif %}
|