diff --git a/_includes/course.html b/_includes/course.html
index b91c80c..73e99b2 100644
--- a/_includes/course.html
+++ b/_includes/course.html
@@ -51,7 +51,8 @@
{{ session.header }}
@@ -61,10 +62,19 @@ {{ session.header }}
diff --git a/_includes/footer.html b/_includes/footer.html
index c2a650c..27b09d2 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -3,7 +3,9 @@
{% for item in site.acc.footer -%}
-
- {{ item.icon }}
+ {%- if item.icon -%}
+ {{ item.icon }}
+ {%- endif -%}
{{ item.text }}
{%- endfor %}
diff --git a/_includes/segment/index.html b/_includes/segment/index.html
index cf8a5f6..f21f923 100644
--- a/_includes/segment/index.html
+++ b/_includes/segment/index.html
@@ -21,7 +21,7 @@
{%- if session.due -%}
{%- elsif session.type -%}
@@ -46,3 +46,13 @@ {{ session.title }}
{%- endfor -%}
+
+