mirror of
https://github.com/cactuzhead/Advanced-Progress-Bars.git
synced 2026-07-22 05:42:10 +00:00
Delete docs/_includes/header.html
This commit is contained in:
parent
10a23b7fd8
commit
7001eb5ef3
1 changed files with 0 additions and 15 deletions
|
|
@ -1,15 +0,0 @@
|
|||
<div class="site-header" role="banner">
|
||||
<div class="site-header-inner">
|
||||
{% if site.logo %}
|
||||
<a class="site-logo" href="{{ "/" | relative_url }}">
|
||||
<img src="{{ site.logo | relative_url }}" alt="{{ site.title | default: 'Site Logo' }}" />
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if site.title %}
|
||||
<a class="site-title lh-tight" href="{{ "/" | relative_url }}">{{ site.title }}</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
<button id="menu-button" class="site-button btn-reset" aria-label="Toggle menu" aria-pressed="false">
|
||||
<svg viewBox="0 0 24 24" class="icon" aria-hidden="true"><use xlink:href="#svg-menu"></use></svg>
|
||||
</button>
|
||||
</div>
|
||||
Loading…
Reference in a new issue