oxil-net1
Version:
Oxford Information Labs Netistrar Theme
16 lines (11 loc) • 503 B
HTML
{{ with .Params.authors }}
{{ range first 1 . }}
{{ with $.Site.GetPage "taxonomyTerm" (printf "authors/%s" (urlize .)) }}
{{ $hash := md5 .Params.gravatar }}
<div class="ib mb0">
<amp-img class="br50" width="70" height="70" src="https://www.gravatar.com/avatar/{{ $hash }}?s=70&d=identicon" alt="Author gravatar image"></div>
<h5 class="mt0 mb0 py075 "><a href="{{.Permalink}}" class="ib mr050 inverse">{{.Params.name}}</a></h5>
<p class="small">{{.Description}}</p>
{{ end }}
{{end}}
{{ end }}