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

6 lines
366 B
HTML
Raw Normal View History

2016-09-26 08:34:28 +02:00
<div class="profile-container">
2017-03-20 18:32:41 +01:00
<img class="profile img-circle" src="{{ .Site.BaseURL }}assets/images/{{ .Site.Params.profile.avatar }}" alt="" />
2016-09-26 08:34:28 +02:00
<h1 class="name">{{ .Site.Params.profile.name }}</h1>
<h3 class="tagline">{{ .Site.Params.profile.tagline }}</h3>
2017-03-20 18:32:41 +01:00
</div><!--//profile-container-->