From eff736d1312bf7799ae68eadbae860da00c35e46 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Wed, 17 Nov 2021 00:25:00 -0600 Subject: Put social information in footer ALL the time Defined a new boolean value in config.yml to enable this printing. The social logos do not show in the actual footer, but right above it. This happens on ALL pages as well. --- _includes/footer.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '_includes/footer.html') diff --git a/_includes/footer.html b/_includes/footer.html index 2e34521..7573af4 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,3 +1,14 @@ +{% if site.social_footer %} +
+ +
+
+ {% include social.html %} +
+
{{ site.contact_note }}
+
+{% endif %} + {% if site.footer_fixed %}