Add support for LinkedIn profile

master
Kevin C. Coram 2019-12-03 18:26:26 -05:00
parent 09353cd937
commit b5369d10d0
Signed by: kevin
GPG Key ID: 0342351B3D61AD35
2 changed files with 7 additions and 0 deletions

View File

@ -38,6 +38,11 @@ paginate = 5
value = "MicroBlogUserName"
authn = false
[[params.Identity]]
type = "LinkedIn"
value = "LinkedInUserName"
authn = false
[[params.Identity]]
type = "PGP"
value = "pgp_key_file.txt"

View File

@ -10,6 +10,8 @@
<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 }}">