From 3f4d0e64d8c293d1c7573b6900a46448b06338a9 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Sat, 4 May 2013 20:56:51 +0200 Subject: [PATCH] reintroduce home link in menu --- content/harvard-only_trial/index.txt | 3 --- content/index.txt | 3 --- templates/base.mako | 1 + templates/home.mako | 3 --- 4 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 templates/home.mako diff --git a/content/harvard-only_trial/index.txt b/content/harvard-only_trial/index.txt index b61ce70..931315a 100644 --- a/content/harvard-only_trial/index.txt +++ b/content/harvard-only_trial/index.txt @@ -1,6 +1,3 @@ ---- -__template__: home.mako ---- Harvard-only trial pre-release of kwant ======================================= diff --git a/content/index.txt b/content/index.txt index f57c917..f088dbd 100644 --- a/content/index.txt +++ b/content/index.txt @@ -1,6 +1,3 @@ ---- -__template__: home.mako ---- Numerics of tight binding models made easy ========================================== diff --git a/templates/base.mako b/templates/base.mako index 03bcb91..f64048d 100644 --- a/templates/base.mako +++ b/templates/base.mako @@ -16,6 +16,7 @@ <a href="/"><img alt="kwant_logo.png" src="/common/kwant_logo.png" /></a> <h3 class="hidden_structure">Navigation</h3> <ul class="navigation"> + <li><a href="/">home</a></li> <li><a href="/docs/">documentation</a></li> <li><a href="/download.html">download</a></li> <li><a href="/contact.html">contact</a></li> diff --git a/templates/home.mako b/templates/home.mako deleted file mode 100644 index d429333..0000000 --- a/templates/home.mako +++ /dev/null @@ -1,3 +0,0 @@ -<%inherit file="base.mako"/>\ -<%block name="title">${meta['title']}</%block>\ -${body}\ -- GitLab