From 365996a0157a2694181f3e6a6b5e201eafae8ab0 Mon Sep 17 00:00:00 2001 From: Jesse Portnoy Date: Mon, 13 Feb 2023 11:33:36 +0000 Subject: [PATCH] * Support adding footer links to: - GitLab - Stackoverflow * Open footer links in new tab/window (target=_blank). --- _config.yml | 2 ++ _includes/footer.html | 28 ++++++++++++++++++++++++---- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index fb6e996934..3c0fb03d6c 100644 --- a/_config.yml +++ b/_config.yml @@ -8,9 +8,11 @@ url: "https://startbootstrap.github.io" # Social Profiles twitter_username: SBootstrap github_username: StartBootstrap +gitlab_username: facebook_username: StartBootstrap instagram_username: linkedin_username: +stackoverflow_username: # Add your google-analytics ID here to activate google analytics google_analytics: UA-XXXXXXXXX-X # out your google-analytics code diff --git a/_includes/footer.html b/_includes/footer.html index 3e1c58d274..b5bb610dd0 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -19,7 +19,7 @@ {% endif %} {% if site.twitter_username %}
  • - + @@ -29,7 +29,7 @@ {% endif %} {% if site.facebook_username %}
  • - + @@ -39,7 +39,7 @@ {% endif %} {% if site.linkedin_username %}
  • - + @@ -49,7 +49,7 @@ {% endif %} {% if site.github_username %}
  • - + @@ -57,6 +57,26 @@
  • {% endif %} + {% if site.gitlab_username %} +
  • + + + + + + +
  • + {% endif %} + {% if site.stackoverflow_username %} +
  • + + + + + + +
  • + {% endif %} {% if site.instagram_username %}