From 411cdb29a1ce51b726d197807a61ed4a2ba2e177 Mon Sep 17 00:00:00 2001 From: Tomer Cohen Date: Tue, 10 Jun 2014 00:00:01 +0300 Subject: [PATCH] Change Github/Twitter keywords to site.{twitter,github}_username Re: https://github.com/jekyll/jekyll/pull/2485/files#r13525347 --- lib/site_template/_config.yml | 4 ++-- lib/site_template/_includes/footer.html | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/site_template/_config.yml b/lib/site_template/_config.yml index 1ed21acb..ae45638b 100644 --- a/lib/site_template/_config.yml +++ b/lib/site_template/_config.yml @@ -4,8 +4,8 @@ email: your-email@domain.com description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." baseurl: "" url: "http://yourdomain.com" -twitter-username: jekyllrb -github-username: jekyll +twitter_username: jekyllrb +github_username: jekyll # Build settings markdown: kramdown diff --git a/lib/site_template/_includes/footer.html b/lib/site_template/_includes/footer.html index 9def50ed..0026c4c5 100644 --- a/lib/site_template/_includes/footer.html +++ b/lib/site_template/_includes/footer.html @@ -13,8 +13,8 @@