_includes/button.html in alembic-jekyll-theme-0.1.5 vs _includes/button.html in alembic-jekyll-theme-0.1.6
- 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="{{ include.text }}" {% if include.color %}style="background: {{ include.color }}"{% endif %}>{{ include.text }}{% if include.icon %} {% include icon.html id=include.icon %}{% endif %}</a>