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

9 lines
511 B
HTML
Raw Normal View History

2016-09-26 08:34:28 +02:00
<div class="profile-container">
<img class="profile" src="{{ .Site.BaseURL }}assets/images/{{ .Site.Params.profile.avatar }}" alt="" />
<h1 class="name">{{ .Site.Params.profile.name }}</h1>
2016-12-01 18:59:38 +01:00
<h3 class="tagline">{{ .Site.Params.profile.tagline }}</h3><br/>
2017-02-20 13:57:51 +01:00
{{ range .Translations }}
<a class="btn btn-primary" href="{{ .Permalink }}">{{ .Lang }}</a>
{{ end }}
2016-12-01 18:24:50 +01:00
</div><!--//profile-container-->