{% assign button = include %} {% assign button = button | hash_default: site.data.types[include.type] %} {% if button.link or button.icon or button.text %}
{% include icon.html icon=button.icon %} {% if button.text and button.text != "" %} {{ button.text }} {% endif %}
{% endif %}