diff --git a/templates/home.html b/templates/home.html
index aa9353115f158aedc5c0f92b1f350baf27ccc231..0b359f1e2474c727cc42bc66155536b3506e4015 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -1,20 +1,4 @@
-{% extends "book/templates/index.html" %}
-
-{% block extra_head %}
-<link rel="stylesheet" href="{{ get_url(path="main.css") | safe }}">
-{% endblock extra_head %}
-
-{% block before_menu %}
-<div class="logo">
-  <a href="/">
-
-
-    {% set image = resize_image(path="../static/icons/book.png", width=38, op="fit_width") %}
-    <img src="{{ image.url }}" alt="Documentation logo">
-    <span>Arkindex Documentation</span>
-  </a>
-</div>
-{% endblock before_menu %}
+{% extends "index.html" %}
 
 {% block content %}
 {{ section.content | safe }}