\ No newline at end of file
diff --git a/_layouts/course_home.html b/_layouts/course_home.html
index 60a8882..e14520a 100644
--- a/_layouts/course_home.html
+++ b/_layouts/course_home.html
@@ -5,7 +5,7 @@
{% include head.html %}
- {% include header.html %} {% include loading.html %}
+ {% include header.html %}
{{ page.course_title }}
diff --git a/_layouts/index.html b/_layouts/index.html
index cec4733..c76d56b 100644
--- a/_layouts/index.html
+++ b/_layouts/index.html
@@ -5,7 +5,7 @@
{% include head.html %}
- {% include header.html %} {% include loading.html %}
+ {% include header.html %}
{{ page.hero_title }}
diff --git a/_layouts/page.html b/_layouts/page.html
index 95d9e5e..c7a5961 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -6,15 +6,12 @@
{% include head.html %}
{% include header.html %}
- {% include loading.html %}
{{ page.hero_title }}
{{ page.hero_subtitle }}
- {{ content }}
- {% include tawk.html %}
- {% include footer.html %}
+ {{ content }} {% include tawk.html %} {% include footer.html %}