Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
5 deletions
-
_includes/header.html
|
|
@ -3,7 +3,7 @@ |
|
|
|
<ul class='title-area'> |
|
|
|
<li class=""> |
|
|
|
<h1> |
|
|
|
<a href='{{site.url}}/index.html'> |
|
|
|
<a href='{{site.baseurl}}/index.html'> |
|
|
|
<span>L.</span>avar |
|
|
|
</a> |
|
|
|
</h1> |
|
|
@ -26,18 +26,18 @@ |
|
|
|
|
|
|
|
{% if item.children %} |
|
|
|
<li class="has-dropdown {{active_class}}"> |
|
|
|
<a href="{{site.url}}/{{ item.path }}">{{ item.name }}</a> |
|
|
|
<a href="{{site.baseurl}}/{{ item.path }}">{{ item.name }}</a> |
|
|
|
<ul class='dropdown'> |
|
|
|
{% for child in item.children %} |
|
|
|
<li> |
|
|
|
<a href="{{site.url}}/{{ child.path }}">{{ child.name }}</a> |
|
|
|
<a href="{{site.baseurl}}/{{ child.path }}">{{ child.name }}</a> |
|
|
|
</li> |
|
|
|
{% endfor %} |
|
|
|
</ul> |
|
|
|
</li> |
|
|
|
{% else %} |
|
|
|
<li class="{{active_class}}"> |
|
|
|
<a href="{{site.url}}/{{ item.path }}">{{ item.name }}</a> |
|
|
|
<a href="{{site.baseurl}}/{{ item.path }}">{{ item.name }}</a> |
|
|
|
</li> |
|
|
|
{% endif %} |
|
|
|
{% endfor %} |
|
|
@ -45,4 +45,4 @@ |
|
|
|
</ul> |
|
|
|
</section> |
|
|
|
</nav> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|