diff --git a/templates/sidebar.html b/templates/sidebar.html index 5dfef88..5b0ab64 100644 --- a/templates/sidebar.html +++ b/templates/sidebar.html @@ -78,6 +78,17 @@ {% endif %} + {% if SOCIAL %} +
+
+

My Socials

+
+ {% for name, link in SOCIAL %} +
  • {{ name }}
  • + {% endfor %} +
    + {% endif %} +