You cannot 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
374 B
HTML
11 lines
374 B
HTML
8 years ago
|
<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>
|