www.donharper.org/themes/orbit/layouts/partials/profile.html
2021-01-30 09:53:57 -06:00

5 lines
366 B
HTML

<div class="profile-container">
<img class="profile img-circle" src="{{ .Site.BaseURL }}assets/images/{{ .Site.Params.profile.avatar }}" alt="" />
<h1 class="name">{{ .Site.Params.profile.name }}</h1>
<h3 class="tagline">{{ .Site.Params.profile.tagline }}</h3>
</div><!--//profile-container-->