add title to page links

This commit is contained in:
Ayo 2018-02-06 07:48:16 +08:00
parent 39ede5ad01
commit 2665ea29b6

View file

@ -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>