2021-03-03 16:29:15 +01:00
|
|
|
<div class="title">
|
|
|
|
{{ with .Data.features.about }}
|
|
|
|
<h1 class="name">{{ .name }}</h1>
|
|
|
|
{{ if $.Header.tagline }}<h2 class="tagline">{{ .tagline }}</h2>{{end}}
|
|
|
|
{{ if $.Header.contact }}<span class="contact">{{ .phone }} | {{ .email }}</span>{{ end }}
|
|
|
|
{{ if $.Header.links }}
|
|
|
|
{{ range .links }}
|
|
|
|
<a href="{{ .url }}" class="no-external-icon">{{ if and $.useFontAwesome .icon }}<i class="{{ .icon }}"></i>{{ end }}{{ .title }}</a>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
2020-09-01 00:03:58 +02:00
|
|
|
</div>
|
2021-03-03 16:29:15 +01:00
|
|
|
{{ if .Header.avatar }}
|
|
|
|
<div><img class="avatar right" src="{{ .Header.avatar }}"></div>
|
|
|
|
{{ end }}
|