From b0648d46df6a9e8244c5e225f36d167d7ff92658 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Wed, 16 May 2012 22:44:23 +0100 Subject: Add Google+ profile URL to sidebar. --- _config.yml.example | 5 ++++- _site_build/_includes/sidebar.html | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/_config.yml.example b/_config.yml.example index 731d12c..8ddaf3b 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -36,7 +36,10 @@ description: #github: # Facebook username -#facebook +#facebook: + +# Google plus profile ID +#google_plus_id: # Controls the number of recent posts shown on the main index page and in the RSS feed. max_recent_posts: 10 diff --git a/_site_build/_includes/sidebar.html b/_site_build/_includes/sidebar.html index 2577a28..73cef70 100644 --- a/_site_build/_includes/sidebar.html +++ b/_site_build/_includes/sidebar.html @@ -16,6 +16,11 @@ {% endif %} + {% if site.google_plus_id %} +
  • + Google+{{ site.author }} +
  • + {% endif %} {% if site.twitter %}
  • Twitter@{{ site.twitter }} -- cgit v1.2.3-13-gbd6f