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: 5d7f8d95c4db0fccee1874b625ed44a0b8a842e0 (plain)
1
2
3
4
5
            <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>
            </div><!--//profile-container-->