Remove LinkedIn support from identity partial
parent
7820886eca
commit
911f999379
|
@ -10,8 +10,6 @@
|
|||
<link rel="{{ $relMe }}" href="https://twitter.com/{{ .value }}">
|
||||
{{- else if (eq .type "MicroBlog") }}
|
||||
<link rel="{{ $relMe }}" href="https://micro.blog/{{ .value }}">
|
||||
{{- else if (eq .type "LinkedIn") }}
|
||||
<link rel="{{ $relMe }}" href="https://linkedin.com/in/{{ .value }}">
|
||||
{{- else if (eq .type "PGP") }}
|
||||
{{- $relPgp := cond .authn "pgpkey authn" "pgpkey" }}
|
||||
<link rel="{{ $relPgp }}" href="{{ .value }}">
|
||||
|
|
Loading…
Reference in New Issue