From 2d87a448f6f1fc773f1768213b3a4b05a77c5b17 Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Sat, 14 Dec 2019 17:05:09 -0500 Subject: [PATCH] Remove LinkedIn from example configuration --- exampleSite/config.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 28f907d..853e241 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -48,11 +48,6 @@ paginate = 5 value = "MicroBlogUserName" authn = false - [[params.Identity]] - type = "LinkedIn" - value = "LinkedInUserName" - authn = false - [[params.Identity]] type = "PGP" value = "pgp_key_file.txt"