diff --git a/_includes/layout/base/content.html b/_includes/layout/base/content.html
index 1c941fcb..001db305 100644
--- a/_includes/layout/base/content.html
+++ b/_includes/layout/base/content.html
@@ -1,3 +1,8 @@
-{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}
- {{ content }}
-
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+
+ {{ content }}
+
diff --git a/_includes/layout/base/footer-js.html b/_includes/layout/base/footer-js.html
index d8a499c9..b75ea04a 100644
--- a/_includes/layout/base/footer-js.html
+++ b/_includes/layout/base/footer-js.html
@@ -1,4 +1,9 @@
-{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+
diff --git a/_includes/layout/base/footer-license.html b/_includes/layout/base/footer-license.html
index a6c06aad..3332cef0 100644
--- a/_includes/layout/base/footer-license.html
+++ b/_includes/layout/base/footer-license.html
@@ -1 +1,6 @@
-{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+
diff --git a/_includes/layout/base/footer-menu.html b/_includes/layout/base/footer-menu.html
index 664751f3..1af12879 100644
--- a/_includes/layout/base/footer-menu.html
+++ b/_includes/layout/base/footer-menu.html
@@ -1,13 +1,18 @@
-{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+
diff --git a/_includes/layout/base/footer-sponsor.html b/_includes/layout/base/footer-sponsor.html
index b776ddd0..9922946e 100644
--- a/_includes/layout/base/footer-sponsor.html
+++ b/_includes/layout/base/footer-sponsor.html
@@ -1,3 +1,8 @@
-{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+
diff --git a/_includes/layout/base/head-language-dropdown.html b/_includes/layout/base/head-language-dropdown.html
index f34ac841..8e3b7db6 100644
--- a/_includes/layout/base/head-language-dropdown.html
+++ b/_includes/layout/base/head-language-dropdown.html
@@ -1,13 +1,17 @@
-{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}
- {% assign i = 0 %}{% assign c = site.langsorder.size | divided_by: 2 | plus: 1 %}
- {% for lang in site.langsorder %}{% assign mod = i | modulo: c %}{% assign active = ''%}{% if lang == page.lang %}{% assign active = ' class="active"'%}{% endif %}
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+ {% assign i = 0 %}{% assign c = site.langsorder.size | divided_by: 2 | plus: 1 %}
+ {% for lang in site.langsorder %}{% assign mod = i | modulo: c %}{% assign active = ''%}{% if lang == page.lang %}{% assign active = ' class="active"'%}{% endif %}
{% if mod == 0 and i != 0 %}
diff --git a/_includes/layout/base/head-language-select.html b/_includes/layout/base/head-language-select.html
index ff4077ed..ada4678f 100644
--- a/_includes/layout/base/head-language-select.html
+++ b/_includes/layout/base/head-language-select.html
@@ -1,5 +1,9 @@
-{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}
diff --git a/_includes/layout/base/head-logo.html b/_includes/layout/base/head-logo.html
index e40134e5..1de7c8f6 100644
--- a/_includes/layout/base/head-logo.html
+++ b/_includes/layout/base/head-logo.html
@@ -1 +1,6 @@
-{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+
diff --git a/_includes/layout/base/head-menu.html b/_includes/layout/base/head-menu.html
index 4fc657b3..5f56ccd4 100644
--- a/_includes/layout/base/head-menu.html
+++ b/_includes/layout/base/head-menu.html
@@ -1,30 +1,35 @@
-{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}
diff --git a/_includes/layout/base/head-mobile-menu.html b/_includes/layout/base/head-mobile-menu.html
index 071ea8e5..b093d36e 100644
--- a/_includes/layout/base/head-mobile-menu.html
+++ b/_includes/layout/base/head-mobile-menu.html
@@ -1 +1,6 @@
-{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+
diff --git a/_includes/layout/base/html-head.html b/_includes/layout/base/html-head.html
index 932bac00..2b6b4b05 100644
--- a/_includes/layout/base/html-head.html
+++ b/_includes/layout/base/html-head.html
@@ -1,4 +1,9 @@
-{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+
{% capture title %}{% translate title %}{% endcapture %}{% if title != '' %}{{ title }}{% else %}{{ page.title }}{% endif %}
diff --git a/_includes/layout/base/pagetop-alert.html b/_includes/layout/base/pagetop-alert.html
index c37a5814..6e2a2836 100644
--- a/_includes/layout/base/pagetop-alert.html
+++ b/_includes/layout/base/pagetop-alert.html
@@ -1,4 +1,9 @@
-{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}{% if site.ALERT %}
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+{% if site.ALERT %}
diff --git a/_includes/layout/base/pagetop-detect-mobile.html b/_includes/layout/base/pagetop-detect-mobile.html
index 81f46d6f..45e06444 100644
--- a/_includes/layout/base/pagetop-detect-mobile.html
+++ b/_includes/layout/base/pagetop-detect-mobile.html
@@ -1 +1,6 @@
-{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+
diff --git a/_layouts/base.html b/_layouts/base.html
index 371af2b3..110a9125 100644
--- a/_layouts/base.html
+++ b/_layouts/base.html
@@ -4,15 +4,33 @@
---
+
-{% include layout/base/html-head.html %}
+{% include layout/base/html-head.html %}
+
+
-{% include layout/base/pagetop-detect-mobile.html %}{% include layout/base/pagetop-alert.html %}
-{% include layout/base/head-language-dropdown.html %}{% include layout/base/head-mobile-menu.html %}{% include layout/base/head-logo.html %}{% include layout/base/head-language-select.html %}{% include layout/base/head-menu.html %}
-
-{% include layout/base/content.html %}
+{% include layout/base/pagetop-detect-mobile.html %}
+{% include layout/base/pagetop-alert.html %}
+
+
+ {% include layout/base/head-language-dropdown.html %}
+ {% include layout/base/head-mobile-menu.html %}
+ {% include layout/base/head-logo.html %}
+ {% include layout/base/head-language-select.html %}
+ {% include layout/base/head-menu.html %}
+
+
+
+ {% include layout/base/content.html %}
+
-{% include layout/base/footer-js.html %}
+