diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/.templates/layout.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/.templates/layout.html b/docs/.templates/layout.html new file mode 100644 index 000000000..f7a7158f5 --- /dev/null +++ b/docs/.templates/layout.html @@ -0,0 +1,5 @@ +{% extends "!layout.html" %} +{% block rootrellink %} + {{ super() }} + <li><b><i><a href="http://bfg.repoze.org/book">Buy a Printed Version</a></i></b></li> +{% endblock %} |
