conex-pages/themes/default/layouts/partials/profileheader.html

9 lines
188 B
HTML

<div class="header">
<div class="profilepicture">
<img src="avatar.jpg">
</div>
<div class="desc">
<h1>{{ .Title }}</h1>
<p>{{ .Params.description }}</p>
</div>
</div>