Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 645 Bytes

File metadata and controls

29 lines (23 loc) · 645 Bytes
layout default
title Home Page
description Welcome to May's homepage. Hope you enjoy your time here :)
Avatar missing
  <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 %}