summaryrefslogtreecommitdiff
path: root/_includes/footer.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html11
1 files changed, 11 insertions, 0 deletions
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 %}
+<hr>
+<!-- Social Information -->
+<div class="social">
+ <div class="contact-icons">
+ {% include social.html %}
+ </div>
+ <div class="contact-note">{{ site.contact_note }}</div>
+</div>
+{% endif %}
+
{% if site.footer_fixed %}
<footer class="fixed-bottom">
<div class="container mt-0">