Tooltips for masthead links (#1380)

This commit is contained in:
Maaz Syed Adeeb
2017-12-05 01:14:39 +05:30
committed by Michael Rose
parent cd896b15d8
commit 634d2884a2
2 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,9 @@
{% else %}
{% assign domain = site.url | append: site.baseurl %}
{% endif %}
<li class="masthead__menu-item"><a href="{{ domain }}{{ link.url }}">{{ link.title }}</a></li>
<li class="masthead__menu-item">
<a href="{{ domain }}{{ link.url }}" {% if link.description %} title="{{ link.description }}" {% endif %}>{{ link.title }}</a>
</li>
{% endfor %}
</ul>
<button type="button">