You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
377 B

<div class="profile">
<section id="wrapper">
<header id="header">
<a href='{{ .Site.BaseURL }}/about'>
<img id="avatar" class="2x" src="{{ .Site.BaseURL }}/images/avatar.png"/>
</a>
<h1>{{ .Site.Params.name }}</h1>
<h2>{{ .Site.Params.bio | markdownify }}</h2>
</header>
</section>
</div>