Skip to content
Snippets Groups Projects
Commit f1135a92 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

set title for nav links

parent 05c0a593
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@
{%- else %}
<li>
{%- endif %}
<a href="{{ site.baseurl }}{{ p.link }}">{{ p.title }}</a>
<a href="{{ site.baseurl }}{{ p.link }}"
title="{{ p.title }}">{{ p.title }}</a>
</li>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment