summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryvesf <yvesf-git@xapek.org>2010-11-24 23:26:32 +0100
committeryvesf <yvesf-git@xapek.org>2010-11-24 23:26:32 +0100
commitf28c098bb82406f8062a2b4c9305b73eae300372 (patch)
treecf0b6e8841fb42c5d53ea60fe0afaa9a809413ed
parent257b0de2bd39a1dfb69a19468f3bc5d0d03bb0ae (diff)
downloadbooksearch-f28c098bb82406f8062a2b4c9305b73eae300372.tar.gz
booksearch-f28c098bb82406f8062a2b4c9305b73eae300372.zip
booksearch attribution
-rw-r--r--templates/_base.html3
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>