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: 788dc30f9419069b7f369302775c129f856efb46 (plain)
1
2
3
4
5
            <div class="profile-container">
                <img class="profile img-circle" 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-->