layout default title Home Page description Welcome to May's homepage. Hope you enjoy your time here :) <div id="bio-text">{{ site.data.author.description }}</div> </div> <div id="social-links"> {% for i in site.data.author.contact %} <a href="{{i.url}}" target="_blank"> <i class="bi bi-{{i.title}}"></i> </a> {%endfor%} </div> {% include _posts.html posts=site.posts %}