diff --git a/doc/www/theme/templates/old_base b/doc/www/theme/templates/old_base index a33f6069049f20cb7c56c05d21e8987186025e91..1b814a03124e8927d5fb175328026fd0d9c9e571 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> - <a href="/documentation.html" class="documentation">Documentation</a> - <a href="/download.html" class="download">Download</a> - <a href="http://rocks.tarantool.org">Rocks</a> - </h3> - </div> - {% endblock header %} - </div> - <div id="content"> {% block content %} {% endblock content %}