add title to page links
This commit is contained in:
parent
39ede5ad01
commit
2665ea29b6
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
{% assign current = 'current' %}
|
||||
{% endif %}
|
||||
|
||||
<a class="page-link {{ current }}" href="{{ link.url | relative_url }}">{{ link.text }}</a>
|
||||
<a class="page-link {{ current }}" href="{{ link.url | relative_url }}" title="{{link.text}}">{{ link.text }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in a new issue