quentin.dufour.io/_includes/profile.html

12 lines
347 B
HTML

<div class="profile">
<section id="wrapper">
<header id="header">
<a href='{{ site.baseurl }}about/'>
<img id="avatar" class="2x" src="/assets/images/avatar-me.png"/>
</a>
<h1>{{ site.author }}</h1>
<h2>{{ site.description }}</h2>
</header>
</section>
</div>