From 0848c449db0b0597823682a0e0c1d0b0cd3795ba Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sat, 9 Jan 2016 06:58:26 -0600 Subject: [PATCH] Add G+ and Google Play social links --- _config.yml | 3 +++ _includes/footer.html | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/_config.yml b/_config.yml index 0808bc8..86a5be7 100644 --- a/_config.yml +++ b/_config.yml @@ -9,6 +9,9 @@ baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://yourdomain.com" # the base hostname & protocol for your site twitter_username: jekyllrb github_username: jekyll +google_play: 'Jmz Software' +google_plus_com: '102719927712912982993' # Community link +google_plus_per: '+JamesTaylor3' #Personal link # Layout settings header_type: default # values [ drawer, default ] diff --git a/_includes/footer.html b/_includes/footer.html index cd19b0e..461cc31 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -41,6 +41,46 @@ {% endif %} + {% if site.google_play %} +
  • + + + + + + + + Google Play + +
  • + {% endif %} + {% if site.google_plus_com %} +
  • + + + + + + + + Google Plus Community + +
  • + {% endif %} + {% if site.google_plus_per %} +
  • + + + + + + + + Google Plus Profile + +
  • + {% endif %} +