diff --git a/_includes/footer.html b/_includes/footer.html
index be979c0..a6d2377 100755
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -24,7 +24,7 @@
{{ service_item.menu_name }}
{% endif %}
{% endfor %}
-
+
{% for service_item in site.data.services %}
{% if service_item.url contains 'http' %}
@@ -46,7 +46,7 @@
{{ network_item.menu_name }}
{% endif %}
{% endfor %}
-
+
{% for network_item in site.data.network %}
{% if network_item.url contains 'http' %}
@@ -69,7 +69,7 @@