# HG changeset patch
# User Goffi <goffi@goffi.org>
# Date 1452259792 -3600
# Node ID 2819e4241e78c65c0c047edf1318d09f8a2f31ce
# Parent  a91f0ff3958c06b796472f1a0f2116ab6cc86f23
themes (default): fixed invalid link to sat logo

diff -r a91f0ff3958c -r 2819e4241e78 themes/default/static_blog.html
--- a/themes/default/static_blog.html	Fri Jan 08 11:37:47 2016 +0100
+++ b/themes/default/static_blog.html	Fri Jan 08 14:29:52 2016 +0100
@@ -115,7 +115,7 @@
             </div>
         </div>
         <div class="powered">
-            Powered by <a href="http://salut-a-toi.org" target="#"><img src="../media/icons/apps/16/sat.png"> Salut à Toi</a>
+            Powered by <a href="http://salut-a-toi.org" target="#"><img src="/media/icons/apps/16/sat.png"> Salut à Toi</a>
         </div>
     </body>
 </html>