diff options
author | yvesf <yvesf-git@xapek.org> | 2010-11-24 23:26:32 +0100 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2010-11-24 23:26:32 +0100 |
commit | f28c098bb82406f8062a2b4c9305b73eae300372 (patch) | |
tree | cf0b6e8841fb42c5d53ea60fe0afaa9a809413ed /templates/_base.html | |
parent | 257b0de2bd39a1dfb69a19468f3bc5d0d03bb0ae (diff) | |
download | booksearch-f28c098bb82406f8062a2b4c9305b73eae300372.tar.gz booksearch-f28c098bb82406f8062a2b4c9305b73eae300372.zip |
booksearch attribution
Diffstat (limited to 'templates/_base.html')
-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> |