diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4ead632..4229a15 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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" diff --git a/layouts/partials/identity.html b/layouts/partials/identity.html index 0bec39b..649e3a3 100644 --- a/layouts/partials/identity.html +++ b/layouts/partials/identity.html @@ -10,6 +10,8 @@ {{- else if (eq .type "MicroBlog") }} +{{- else if (eq .type "LinkedIn") }} + {{- else if (eq .type "PGP") }} {{- $relPgp := cond .authn "pgpkey authn" "pgpkey" }}