From 569394967cd997e45f17f7ef30307425443eaa0a Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 17 Feb 2015 11:55:31 +0200 Subject: [PATCH] add Facebook --- _config.yml | 3 ++- _includes/footer.html | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3b6ee64..a0d3bb8 100644 --- a/_config.yml +++ b/_config.yml @@ -7,8 +7,9 @@ description: > # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog/ url: "https://mikaela.info" # the base hostname & protocol for your site # I prefer my GitHub being looked more than Twitter -#twitter_username: Inaneierase +twitter_username: Inaneierase github_username: Mikaela +facebook_username: mikaelahmsuomalainen # Build settings markdown: redcarpet diff --git a/_includes/footer.html b/_includes/footer.html index be3976f..00fc7cb 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -42,6 +42,22 @@ {% endif %} + + {% if site.facebook_username %} +
  • + + + + {{ site.facebook_username }} + +
  • + {% endif %} +