diff options
author | Guyzmo <guyzmo+github@m0g.net> | 2012-11-08 14:34:26 +0100 |
---|---|---|
committer | Guyzmo <guyzmo+github@m0g.net> | 2012-11-08 14:34:26 +0100 |
commit | af77866f44da8ccfa9055bbd53f712836a138c98 (patch) | |
tree | f939baa2490702d1ad9c915a84746594d6a4bbc9 | |
parent | 78db713240edcdf7237bc61cf43489e34e393610 (diff) |
[FIX] CC logo URL and images size
-rw-r--r-- | _templates/footer.mako | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_templates/footer.mako b/_templates/footer.mako index ed8d30b..1c2362b 100644 --- a/_templates/footer.mako +++ b/_templates/footer.mako @@ -1,9 +1,9 @@ <p> <ul> - <li> <a href="http://www.laquadrature.net/"><img src="/img/lqdn.png" width=48 /></a><br /> + <li> <a href="http://www.laquadrature.net/"><img src="/img/lqdn.png" width=57 /></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://creativecommons.org/licenses/by-nc-sa/2.0/fr/"><img src="/img/cc-bysanc.png" 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/> |