summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToM <tom@leloop.org>2012-11-08 13:44:02 +0100
committerToM <tom@leloop.org>2012-11-08 13:44:02 +0100
commite8464cf98d317e4564b437ffc7393d5343965eb6 (patch)
tree8fcd37a36706105219a6eab5a4bc93124c3c9dd8
parent2aa10399d8ee285964dab01bdeb002a3141d77d0 (diff)
[FIX] fix misc HTML in footer.
-rw-r--r--_templates/footer.mako4
1 files changed, 2 insertions, 2 deletions
diff --git a/_templates/footer.mako b/_templates/footer.mako
index 2429d5e..ed8d30b 100644
--- a/_templates/footer.mako
+++ b/_templates/footer.mako
@@ -1,10 +1,10 @@
<p>
<ul>
- <li> <a href="http://www.laquadrature.net/"><img class="support" src="/img/lqdn.png" width=48 /></a><br />
+ <li> <a href="http://www.laquadrature.net/"><img src="/img/lqdn.png" width=48 /></a><br />
</ul>
<a href="${bf.util.site_path_helper(bf.config.blog.path,'feed')}"><img src="/img/rss.png" height='20' /></a>
<a href="http://creativecommons.org/licenses/by-nc-sa/2.0/fr/"><img src="/img/88x31.png" height='20' /></a>
-<a href="http://www.adfreeblog.org/" height='10'><img src="/img/adfreebutton.jpg" height='20' /></a>
+<a href="http://www.adfreeblog.org/"><img src="/img/adfreebutton.jpg" height='20' /></a>
<a href="http://www.toile-libre.org/"><img style="background: white" src="/img/toile-libre.png" height='20' /></a><br />
powered by <a href="http://www.blogofile.com">blogofile</a>.<br/>
</p>