Skip to content
Snippets Groups Projects
Commit 171a2a48 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Remove the old site header from documentation pages.

parent 2ad4d093
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment