From 7e7b3350f2dc1d50690e5f2e29ca8ffb9aec41cd Mon Sep 17 00:00:00 2001 From: Eitan Behar Date: Thu, 11 Mar 2021 22:06:59 +0200 Subject: [PATCH] add support in footer to linkedin url (#41) * add support in footer to linkedin url * Revert "add support in footer to linkedin url" This reverts commit a3b40d02d7a5b42ffb42df5cc3c6c89e2d02ac25. * align footer linkedin icon in the same row Co-authored-by: Eitan Behar --- CHANGELOG.md | 1 + VERSION | 2 +- _includes/footer.html | 13 ++++++++++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa3124..093a985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Critical items to know are: - changed behaviour ## [master](https://github.com/vsoch/docsy-jekyll/tree/master) + - adding support in footer to icon and link to linkedin url (0.0.21) - updating repository with copyright notice, google analytics bug fix (0.0.2) - fixing link to repository in about.md (0.0.19) - use jquery locally, in case that jquery is unreachable in some places (0.0.18) diff --git a/VERSION b/VERSION index 4e379d2..236c7ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.2 +0.0.21 diff --git a/_includes/footer.html b/_includes/footer.html index cba7d49..89aaf9c 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,13 +3,20 @@
-{% if site.twitter %}
    +
      + {% if site.twitter %}
    • -
    • -
    {% endif %} + {% endif %} + {% if site.linkedin %} +
  • + + + +
  • {% endif %} +