{% include img.html src=site.image class="bio-img-container img-half" alt=site.author.name %}
{{site.bio | markdownify}}
{% for link in site.links %}{% if link.position == 'bottom' %}{% assign icon = link.icon | prepend: 'icons/' | append: '.svg' %} {% include {{icon}} %}{% endif %}{% endfor %}