From 6cf625f84fbe365630671d4f618d3efda01e22d7 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <gua@adhisimon.org>
Date: Mon, 23 Jan 2017 11:57:16 +0700
Subject: [PATCH] link di judul

---
 views/index.html | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/views/index.html b/views/index.html
index e30f456..7c64d0f 100644
--- a/views/index.html
+++ b/views/index.html
@@ -19,30 +19,30 @@
   </head>
   <body>
     <div class="pull-left">
-        <img src="{logo}">
+        <a href="/?"><img src="{logo}"></a>
     </div>
     <h1>
         <br/><br/>
         {title}
     </h1>
-    
+
     <table class="table table-hover table-striped">
     {for balance in balances}
         <tr>
             <td>
-            
+
             {if balance.url}
                 <a href="{balance.url}">
             {/if}
-                
+
                     {balance.title}
-                
+
             {if balance.url}
                 </a>
             {/if}
-            
+
             </td>
-            
+
             <td>
                 <div class="pull-right">
                     {balance.balance}
@@ -51,7 +51,7 @@
         </tr>
     {/for}
     </table>
-    
+
     Generated on {timestamp}
 
 
-- 
1.9.0