2016-09-26 08:34:28 +02:00
|
|
|
<div class="profile-container">
|
|
|
|
<img class="profile" src="{{ .Site.BaseURL }}assets/images/{{ .Site.Params.profile.avatar }}" alt="" />
|
|
|
|
<h1 class="name">{{ .Site.Params.profile.name }}</h1>
|
2017-02-20 14:25:54 +01:00
|
|
|
<h3 class="tagline">{{ .Site.Params.profile.tagline }}</h3>
|
2016-12-01 18:24:50 +01:00
|
|
|
</div><!--//profile-container-->
|