From de403cabd43c975e8be11d7998b0eeef179d5b3c Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 14 Oct 2016 23:18:52 -0400 Subject: [PATCH] exampleSite/config.toml: Update options --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7568be2..7473b71 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -56,7 +56,7 @@ paginate = 5 [params.social] # Optional, used for attribution in Twitter cards # See: https://dev.twitter.com/cards/types/summary-large-image - twitter_username = "@username" + twitter = "username" [params.sharingicons] # Hide the sharing icons on posts? (Default: false)