From ff837e5a45f35ab034160f71ecab48f4e2995831 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Tue, 18 Aug 2009 15:12:44 -0300 Subject: [PATCH] doc: improved top navbar --- docs/_templates/layout.html | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 6260e569a..779d54188 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,15 +1,9 @@ {% extends "!layout.html" %} -{% block rootrellink %} - Scrapy v. {{ version }} documentation » -
  • Start |
  • -
  • Intro |
  • -
  • Topics |
  • -
  • Reference |
  • -
  • FAQ
  • - +{% block relbaritems %} +
  • faq
  • +
  • reference |
  • +
  • topics |
  • +
  • intro |
  • +
  • start |
  • {% endblock %} - - - -