summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config.yml.example5
-rw-r--r--_site_build/_includes/sidebar.html5
2 files changed, 9 insertions, 1 deletions
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 @@
<a href="mailto:{{ site.email }}" rel="author" target="_blank" title="Email {{site.author }}"><span>Email</span>{{ site.email }}</a>
</li>
{% endif %}
+ {% if site.google_plus_id %}
+ <li>
+ <a href="https://plus.google.com/{{ site.google_plus_id }}" rel="external nofollow author" target="_blank" title="Follow {{ site.author }} on Google+"><span>Google+</span>{{ site.author }}</a>
+ </li>
+ {% endif %}
{% if site.twitter %}
<li>
<a href="http://twitter.com/#!/{{ site.twitter }}" rel="external nofollow" target="_blank" title="Follow {{ site.author }} on Twitter"><span>Twitter</span>@{{ site.twitter }}</a>