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

profile.html « partials « layouts - github.com/st-wong/hugo-spectre-pixel-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9932c8e8ceb3f1659b42c9f9ca8cd83ab5b3376b (plain)
1
2
3
4
5
6
7
8
9
<header class="container p-centered text-center mt-space">
  <a class="avatar avatar-profile" href="{{ "about" | absURL }}">
    <img id="profile">
  </a>
  <div class="my-2 py-2">
    <h3>{{ .Site.Params.name }} {{ if .Site.Params.altName }}<span class="text-clip">[ {{ .Site.Params.altName }} ]</span>{{ end }}</h3>
    <h5 class="text-gray text-italic">{{ .Site.Params.bio | markdownify }}</h5>
  </div>
</header>