hugo-orbit-theme/layouts/partials/profile.html

6 lines
382 B
HTML

<div class="profile-container">
<img class="profile rounded-circle" width="100" 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-->