_includes/nav-default.html in alembic-jekyll-theme-2.1.0 vs _includes/nav-default.html in alembic-jekyll-theme-2.1.1
- old
+ new
@@ -10,12 +10,12 @@
{% assign url = item.url | relative_url %}
{% endif %}
{% if item.collectionpage %}
{% assign collectiondata = site.collections | where: "label", item.collectionpage | first %}
- <a href="{{ url }}" title="Page - {{ collectiondata.title }}">{{ collectiondata.title }}</a>
+ <a href="{{ url }}">{{ collectiondata.title }}</a>
{% else %}
- <a href="{{ url }}" title="Page - {{ item.title }}">{{ item.title }}</a>
+ <a href="{{ url }}">{{ item.title }}</a>
{% endif %}
</li>
{% endunless %}
{% endfor %}
</ul>