From b91999507e662cbcce6c7968647d8cbac54fbcb5 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 23 May 2015 12:36:52 +1200 Subject: [PATCH] Move websitelayout to website. --- doc-src/_websitelayout.html | 56 ------------------------------------- doc-src/index.py | 3 +- 2 files changed, 1 insertion(+), 58 deletions(-) delete mode 100644 doc-src/_websitelayout.html diff --git a/doc-src/_websitelayout.html b/doc-src/_websitelayout.html deleted file mode 100644 index 5a7c01bb5..000000000 --- a/doc-src/_websitelayout.html +++ /dev/null @@ -1,56 +0,0 @@ - - -
-
-
- $!navbar!$ -
-
- - $!body!$ -
-
-
- -
-
-
-

Copyright 2014 Aldo Cortesi

-
-
- diff --git a/doc-src/index.py b/doc-src/index.py index 52b9c31a4..b049e3ce1 100644 --- a/doc-src/index.py +++ b/doc-src/index.py @@ -15,10 +15,9 @@ ns.VERSION = version.VERSION if ns.options.website: ns.idxpath = "doc/index.html" - this.layout = countershape.Layout("_websitelayout.html") else: ns.idxpath = "index.html" - this.layout = countershape.Layout("_layout.html") +this.layout = countershape.Layout("_layout.html") ns.title = countershape.template.Template(None, "

@!this.title!@

") this.titlePrefix = "%s - " % version.NAMEVERSION