From 2f2e24adc1e331a7f18f9cd9c172e1c9172e48ec Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 30 Aug 2020 11:05:44 +0200 Subject: [PATCH] chg: [custom] links --- _config.yml | 3 ++- _includes/footer.html | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 7a30bf7..51eb2aa 100644 --- a/_config.yml +++ b/_config.yml @@ -28,7 +28,8 @@ linkedin_url: pinterest_url: slack_url: twitter_url: https://twitter.com/adulaua - +flickr_url: https://www.flickr.com/photos/adulau +photo_url: https://www.foo.be/photoblog # build settings markdown: kramdown diff --git a/_includes/footer.html b/_includes/footer.html index a6a60a5..a814153 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -97,6 +97,15 @@ {% if site.linkedin_url %}
  • LinkedIn
  • {% endif %} + {% if site.flickr_url %} +
  • Flickr
  • + {% endif %} + {% if site.photo_url %} +
  • Photography blog
  • + {% endif %} + + +