diff --git a/_layouts/layout.html b/_layouts/layout.html
index 884574c2..4d7b172e 100644
--- a/_layouts/layout.html
+++ b/_layouts/layout.html
@@ -1,20 +1,20 @@
-
-
+
+
{% block title %}{{ config.title|d("GitBook", true) }}{% endblock %}
-
-
- {% if config.author %}{% endif %}
- {% if config.isbn %}{% endif %}
+
+
+ {% if config.author %}{% endif %}
+ {% if config.isbn %}{% endif %}
{% block style %}
{% for resource in plugins.resources.css %}
{% if resource.url %}
-
+
{% else %}
-
+
{% endif %}
{% endfor %}
{% endblock %}