From 171a2a48095f4c61826e5f4ac35f6f09fee6c6ed Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Fri, 13 Feb 2015 21:01:11 +0300
Subject: [PATCH] Remove the old site header from documentation pages.

---
 doc/www/theme/templates/old_base | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/doc/www/theme/templates/old_base b/doc/www/theme/templates/old_base
index a33f606904..1b814a0312 100644
--- a/doc/www/theme/templates/old_base
+++ b/doc/www/theme/templates/old_base
@@ -12,21 +12,6 @@
     {% include "script" ignore missing %}
   </head>
   <body id="tarantool" {% if page %} class ="{{ page.slug }}" {% endif %}>
-    <div id="header">
-      {% block header %}
-      <div id="blurb">
-        <h1><a href="/" class="index">Tarantool</a></h1>
-        <h2>A NoSQL database in a Lua script</h2>
-        <h3>
-          <a href="/intro.html" class="intro">Overview</a> &nbsp;
-          <a href="/documentation.html" class="documentation">Documentation</a> &nbsp;
-          <a href="/download.html" class="download">Download</a> &nbsp;
-          <a href="http://rocks.tarantool.org">Rocks</a> &nbsp;
-        </h3>
-      </div>
-      {% endblock header %}
-    </div>
-
     <div id="content">
       {% block content %}
       {% endblock content %}
-- 
GitLab