mirror of
https://github.com/cactuzhead/Advanced-Progress-Bars.git
synced 2026-07-22 12:20:30 +00:00
10 lines
324 B
HTML
10 lines
324 B
HTML
<div class="site-header">
|
|
{% if site.logo %}
|
|
<a class="site-logo" href="{{ "/" | relative_url }}">
|
|
<img src="{{ site.logo | relative_url }}" alt="{{ site.title }}" />
|
|
</a>
|
|
{% endif %}
|
|
{% if site.title %}
|
|
<a class="site-title" href="{{ "/" | relative_url }}">{{ site.title }}</a>
|
|
{% endif %}
|
|
</div>
|