diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/_base.html b/templates/_base.html index 02c1ebc..ba9e8f2 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -30,9 +30,10 @@ <div id="content"> {% block content %}{% endblock %} </div> + <hr /> <div id="footer"> {% block footer %} - footer + <a href="http://xapek.org/~yvesf/viewgit/?a=summary&p=booksearch.git" title="booksearch homepage">powered by booksearch</a> {% endblock %} </div> </body> |