forked from oyd/ozgurkon-theme-hugo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
447 B
15 lines
447 B
<div class="photo" role="presentation" style="background-image: url('{{ relURL (path.Join "images" "team" .Params.photo) }}');"></div>
|
|
<div class="label">
|
|
<h3>{{ .Title }}</h3>
|
|
<h4>{{ .Params.subtitle }}</h4>
|
|
<ul class="socials">
|
|
{{ range .Params.socials }}
|
|
<li>
|
|
<a class="social" rel="noreferrer" href="{{ .link }}" target="_blank">
|
|
{{ partial "icon.html" (lower .name) }}
|
|
{{- .name -}}
|
|
</a>
|
|
</li>
|
|
{{ end }}
|
|
</ul>
|
|
</div> |