mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 19:05:41 +01:00
Don't syndicate email
This commit is contained in:
parent
50d34fc7ae
commit
c245ba44a0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
{{ if eq .type "" }}
|
{{ if eq .type "" }}
|
||||||
{{ $title = "See elsewhere" }}
|
{{ $title = "See elsewhere" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<a rel="syndication" class="u-syndication resp-syndication__link" href="{{ .link }}" target="_blank" rel="noopener" title="{{ $title }}">
|
<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 class="resp-syndication resp-syndication--small">
|
||||||
<div aria-hidden="true" class="resp-syndication__icon resp-syndication__icon--solid">
|
<div aria-hidden="true" class="resp-syndication__icon resp-syndication__icon--solid">
|
||||||
{{ partial "svg.html" (dict "name" .type) }}
|
{{ partial "svg.html" (dict "name" .type) }}
|
||||||
|
|
Loading…
Reference in a new issue