_includes/button.html in alembic-jekyll-theme-1.2.0 vs _includes/button.html in alembic-jekyll-theme-1.2.1
- old
+ new
@@ -1 +1 @@
-<a class="button" href="{{ include.link }}" title="{{ include.text }}" {% if include.color %}style="background: {{ include.color }}"{% endif %}>{{ include.text }}{% if include.icon %} {% include icon.html id=include.icon %}{% endif %}</a>
+<a class="button" href="{{ include.link }}" title="Button - {{ include.text }}" {% if include.color %}style="background: {{ include.color }}"{% endif %}>{{ include.text }}{% if include.icon %} {% include icon.html id=include.icon %}{% endif %}</a>