mirror of
https://github.com/RdvSpeakers/rdvspeakers-theme-hugo.git
synced 2026-03-10 08:51:19 +00:00
7 lines
294 B
HTML
7 lines
294 B
HTML
{{- $path := path.Join "images" "partners" .Params.category .Params.key }}
|
|
{{- $img := printf "%s.%s" (relURL $path) "png" }}
|
|
<a class="partner" href="{{ .URL }}" title="{{ .Title }}">
|
|
{{ partial "picture" (dict "img" $img "ext" "png") }}
|
|
<span class="visually-hidden">{{ .Title }}</span>
|
|
</a>
|