summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-01-16 19:30:58 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-01-16 19:30:58 -0500
commit80da2a55a3de12c8eed45d7fa1980c7bca0eed0a (patch)
treec6583ee885c19ae1adfe57095c7f314f3e745781
parent8f1bdc9b32faf504ca7c5fd5de741c4e92fb364b (diff)
downloadmako-80da2a55a3de12c8eed45d7fa1980c7bca0eed0a.tar.gz
- ok init.js was from the sqlalchemy version
- same root url fix
-rw-r--r--doc/build/templates/layout.mako1
-rw-r--r--doc/build/templates/makoorg/root.mako2
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/build/templates/layout.mako b/doc/build/templates/layout.mako
index c8765ef..44a2362 100644
--- a/doc/build/templates/layout.mako
+++ b/doc/build/templates/layout.mako
@@ -44,7 +44,6 @@ withsidebar = bool(toc) and current_page_name != 'index'
% for scriptfile in script_files + self.attr.local_script_files:
<script type="text/javascript" src="${pathto(scriptfile, 1)}"></script>
% endfor
- <script type="text/javascript" src="${pathto('_static/init.js', 1)}"></script>
% if hasdoc('about'):
<link rel="author" title="${_('About these documents')}" href="${pathto('about')}" />
% endif
diff --git a/doc/build/templates/makoorg/root.mako b/doc/build/templates/makoorg/root.mako
index 64ae564..35240d8 100644
--- a/doc/build/templates/makoorg/root.mako
+++ b/doc/build/templates/makoorg/root.mako
@@ -39,7 +39,7 @@ Mako Templates for Python
</div>
- <a href="/"><img src="${pathto('_static/makoLogo.png', 1)}" /></a>
+ <a href="${site_base}/"><img src="${pathto('_static/makoLogo.png', 1)}" /></a>
<hr/>