diff --git a/_includes/head.html b/_includes/head.html
index c077241ba..3486c6af2 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -4,6 +4,7 @@
{% if page.title %}{{ page.title }} | {% endif %}Go Ethereum
+
{% if layout.common-css %}
diff --git a/_includes/link.html b/_includes/link.html
index f1f0abea6..007294a33 100644
--- a/_includes/link.html
+++ b/_includes/link.html
@@ -1,2 +1,2 @@
-{% capture root %}{{ page.root or site.default_root }}{% endcapture %}
+{% capture root %}{% if page.root %}{{ page.root }}{% else %}{{ site.default_root }}{% endif %}{% endcapture %}
{{ include.url | remove: ".html" | prepend: root | replace: '//', '/' }}
\ No newline at end of file