From 871a2abe577e62424bea0301b9920ca3c1e1d262 Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Thu, 24 Jan 2019 11:21:52 -0500 Subject: [PATCH] add linkedin profile --- _config.yml | 1 + _includes/footer.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index ac2c8ee..4cdff7f 100644 --- a/_config.yml +++ b/_config.yml @@ -13,6 +13,7 @@ baseurl: "" # the subpath of your site, e.g. /blog url: "https://thelinux.pro" # the base hostname & protocol for your site twitter_username: kameronkenny github_username: kkenny +linkedin_username: kameronkenny # Build settings markdown: kramdown diff --git a/_includes/footer.html b/_includes/footer.html index 24de747..0ab943d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -6,6 +6,9 @@ {% if site.twitter_username %} Twitter
{% endif %} + {% if site.linkedin_username %} + LinkedIn
+ {% endif %} {% if site.google_analytics %}