From 8970abfa1600666de8c4ce55fb5c0c5328f53109 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 14 Oct 2016 23:13:09 -0400 Subject: [PATCH] config.toml: Adjust social username This is the Hugo convention --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 2bac700c..7d68d386 100644 --- a/config.toml +++ b/config.toml @@ -43,7 +43,7 @@ copyright = "Except where otherwise noted, content on this site is licensed unde #num_recent_posts = 2 [params.social] - twitter_username = "@mralanorth" + twitter = "mralanorth" [params.sharingicons] # Hide the sharing icons on posts? (Default: false)