{% for share in site.share %} {% if share == 'twitter' %} Tweet this {% endif %} {% if share == 'facebook' %} Share to Facebook {% endif %} {% if share == 'google-plus' %} Share to Google+ {% endif %} {% if share == 'linkedin' %} Send to LinkedIn {% endif %} {% if share == 'whatsapp' %} Send via WhatsApp {% endif %} {% endfor %}