Skip to content

Commit

Permalink
#149 Add title
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed May 25, 2019
1 parent f46270a commit d292dde
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ <h1 class="site-title">
{% else %}
<li class="separator"> | </li>
<li>
<a class="clear" aria-label="{{ page.title }}" href="{{ page.url | relative_url }}">
{{ page.title }}
<a class="clear" aria-label="{{ page.title }}" title="{{ page.title }}" href="{{ page.url | relative_url }}">
</a>
</li>
{% endif %}
Expand All @@ -44,7 +43,7 @@ <h1 class="site-title">
{% if item[1].enabled %}
<li class="separator"> | </li>
<li>
<a class="clear" href="{{ item[0] | relative_url }}" aria-label="{{ item[0] }}">
<a class="clear" href="{{ item[0] | relative_url }}" aria-label="{{ item[0] }}" title="{{item[0]}}">
<i class="fa fa-{{ item[1].icon }}" aria-hidden="true"></i>
</a>
</li>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d292dde

Please sign in to comment.