mirror of
https://github.com/cactuzhead/Advanced-Progress-Bars.git
synced 2026-07-22 05:42:10 +00:00
Create header.html
This commit is contained in:
parent
edd65c8da6
commit
9657d7644c
1 changed files with 10 additions and 0 deletions
10
docs/_includes/header.html
Normal file
10
docs/_includes/header.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<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>
|
||||
Loading…
Reference in a new issue