diff --git a/source/_themes/clearlinux/footer.html b/source/_themes/clearlinux/footer.html
index ba328521..4511b9c0 100755
--- a/source/_themes/clearlinux/footer.html
+++ b/source/_themes/clearlinux/footer.html
@@ -1,29 +1,32 @@
-
diff --git a/source/_themes/clearlinux/header.html b/source/_themes/clearlinux/header.html
index b2b6b856..a0e0e76f 100755
--- a/source/_themes/clearlinux/header.html
+++ b/source/_themes/clearlinux/header.html
@@ -1,29 +1,43 @@
diff --git a/source/_themes/clearlinux/layout.html b/source/_themes/clearlinux/layout.html
index d8cf5fb3..78df75dc 100644
--- a/source/_themes/clearlinux/layout.html
+++ b/source/_themes/clearlinux/layout.html
@@ -1,7 +1,6 @@
{# TEMPLATE VAR SETTINGS #}
{% set script_files = script_files + ['_static/js/affix.js'] %}
{% set script_files = script_files + ['_static/js/project.js'] %}
-{% set script_files = script_files + ['_static/js/main.js'] %}
{%- set url_root = pathto('', 1) %}
{%- if url_root == '#' %}{% set url_root = '' %}{% endif %}
@@ -11,15 +10,29 @@
{{ metatags }}
-
+
{% block htmltitle %}
{{ title|striptags|e }}{{ titlesuffix }}
{% endblock %}
- {# FAVICON #}
- {% if favicon %}
-
- {% endif %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{# CSS #}
@@ -44,7 +57,9 @@
{% endfor %}
+
+
{%- block linktags %}
{%- if hasdoc('about') %}
+
@@ -88,10 +103,10 @@
{% include "header.html" %}
{# PAGE CONTENT #}
-
-
- {% include "breadcrumbs.html" %}
+
+
{% include "breadcrumbs.html" %}
+
@@ -162,9 +177,7 @@
{# Disable base theme's top+bottom related navs; we have our own in sidebar #}
{%- block relbar1 %}{% endblock %}
{%- block relbar2 %}{% endblock %}
-
{%- block footer %} {% endblock %}
-