From 2a5bcb088469f064bcad7b1fc19cbab5a9d58d32 Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Thu, 17 Aug 2017 12:41:13 -0400 Subject: [PATCH] Add social_sites hash --- _config.yml | 22 ++++++++++++---------- _includes/social.html | 20 ++++++++++---------- 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/_config.yml b/_config.yml index 90255808b7..7e64fe9017 100644 --- a/_config.yml +++ b/_config.yml @@ -6,17 +6,19 @@ description: > # this means to ignore newlines until "baseurl:" line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. -twitter_username: jekyllrb -github_username: jekyll +social_sites: + twitter: jekyllrb + github: jekyll + #dribbble: jekyll + #facebook: jekyll + #flickr: jekyll + #instagram: jekyll + #linkedin: jekyll + #pinterest: jekyll + #youtube: jekyll + #googleplus: +jekyll + rss: rss -#dribbble_username: jekyll -#facebook_username: jekyll -#flickr_username: jekyll -#instagram_username: jekyll -#linkedin_username: jekyll -#pinterest_username: jekyll -#youtube_username: jekyll -#googleplus_username: +jekyll # Minima date format # refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this diff --git a/_includes/social.html b/_includes/social.html index f6f7375cd6..68b37cbc67 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -1,13 +1,13 @@