arenzana.org/themes/hugo-theme-cactus-plus/layouts/partials/profile.html

12 lines
450 B
HTML

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