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

_header.html « partials « layouts - github.com/spech66/flex-bp-hugo-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f06d05ef98a440116e697d508db1c3b95ee25ba8 (plain)
1
2
3
4
5
6
{{ $data := (.Scratch.Get "content").PersonalData }}
{{ with $data }}
<h1>{{ .Name }} {{ .Suffix }}</h1>
<div class="subtitle">{{ .CurrentWorkplace }}</div>
<hr />
{{ end }}