mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
11 lines
No EOL
549 B
HTML
11 lines
No EOL
549 B
HTML
{{$title := delimit (slice "Respond via" ( .type | strings.FirstUpper)) " " }}
|
|
{{ if eq .type "" }}
|
|
{{ $title = "See elsewhere" }}
|
|
{{ end }}
|
|
<a rel="syndication" class="{{ if ne .type "email" }}u-syndication {{ end }}resp-syndication__link" href="{{ .link }}" target="_blank" rel="noopener" title="{{ $title }}">
|
|
<div class="resp-syndication resp-syndication--small">
|
|
<div aria-hidden="true" class="resp-syndication__icon resp-syndication__icon--solid">
|
|
{{ partialCached "svg.html" (dict "name" .type) .type }}
|
|
</div>
|
|
</div>
|
|
</a> |