Welcome to mirror list, hosted at ThFree Co, Russian Federation.

profile.html « partials « layouts - github.com/aerohub/hugo-orbit-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c1011767dbd7ab401c2823a0d1c4061656964b8 (plain)
1
2
3
4
5
6
7
8
9
10
            <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>
                <h3 class="tagline">{{ .Site.Params.profile.tagline }}</h3><br/>
                <div class="tagline">
                  {{ range .Translations }}
                  <i class="fa fa-globe"></i><a href="{{ .Permalink }}">{{ .Lang }}</a>
                  {{ end }}
                </div>
            </div><!--//profile-container-->