From 06e0ae40d7895706d59e3aa98924e53c6b845ced Mon Sep 17 00:00:00 2001 From: Jacob Hall Date: Thu, 25 Jan 2024 11:24:35 -0500 Subject: [PATCH] allow most social links in footer to be deactivated --- _includes/footer.html | 84 +++++++++++++++++++++++++------------------ 1 file changed, 49 insertions(+), 35 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 5305123..8a808be 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -11,41 +11,55 @@ -
  • - - - -
  • -
  • - - - -
  • -
  • - - - -
  • -
  • - - - -
  • -
  • - - - -
  • -
  • - - - -
  • -
  • - - - -
  • + {%- if site.youtube_page -%} +
  • + + + +
  • + {%- endif -%} + {%- if site.instagram -%} +
  • + + + +
  • + {%- endif -%} + {%- if site.mastodon -%} +
  • + + + +
  • + {%- endif -%} + {%- if site.twitter -%} +
  • + + + +
  • + {%- endif -%} + {%- if site.facebook -%} +
  • + + + +
  • + {%- endif -%} + {%- if site.linkedin -%} +
  • + + + +
  • + {%- endif -%} + {%- if site.github -%} +
  • + + + +
  • + {%- endif -%}