mirror of
https://github.com/adulau/art.git
synced 2024-11-21 17:47:05 +00:00
Update header.html
This commit is contained in:
parent
dfe0c39ea5
commit
88b40acedf
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<header id="header"{% if page.layout == "landing" %} class="alt style2"{% endif %}{% if page.layout == "home" %} class="alt"{% endif %}>
|
<header id="header"{% if page.layout == "landing" %} class="alt style2"{% endif %}{% if page.layout == "home" %} class="alt"{% endif %}>
|
||||||
<a href="{{ "" | absolute_url }}" class="logo"><strong>{{ site.title-bold }}</strong> <span>{{ site.title-normal }}</span></a>
|
<a href="{{ "" | absolute_url }}" class="logo"><strong>{{ site.title }}</strong> <span>{{ site.title2 }}</span></a>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="#menu">Menu</a>
|
<a href="#menu">Menu</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in a new issue